The extension has a perfect 5.0 rating, though based on only 4 reviews, which limits the reliability of this metric. With 187 users, it represents a small but focused user base typical of niche developer tools. The extension targets Advent of Code, a well-known programming challenge website, suggesting legitimate educational/productivity purposes. The manifest version 3 compliance indicates modern security standards.
The primary concern is the extremely limited user feedback with only 4 ratings, making it difficult to assess real-world reliability and safety. The small user base of 187 could indicate either a new extension or limited adoption. Missing developer information reduces transparency and accountability. The content script injection on Advent of Code pages, while appropriate for the extension's purpose, still represents code execution on external websites.
This extension appears safe for use given its minimal permissions and focused scope. The content script limitation to Advent of Code domains is appropriate and well-scoped. However, due to the small user base and limited reviews, consider monitoring the extension's behavior when first installed. Users participating in Advent of Code challenges can likely use this extension safely in their main browser profile, as the risk level is minimal and the functionality appears legitimate for converting coding challenges to Markdown format.
| https://clients2.google.com/service/update2/crx | http://mozilla.org/MPL/2.0/. | |
| https://github.com/mozilla/webextension-polyfill/issues/130 | https://gist.github.com/1129031 |
{ "name": "Advent of Code to Markdown", "icons": { "16": "icons/aoc-to-markdown-16.png", "32": "icons/aoc-to-markdown-32.png", "48": "icons/aoc-to-markdown-48.png", "128": "icons/aoc-to-markdown-128.png" }, "action": { "default_icon": { "16": "icons/aoc-to-markdown-16.png", "32": "icons/aoc-to-markdown-32.png", "48": "icons/aoc-to-markdown-48.png", "128": "icons/aoc-to-markdown-128.png" }, "default_title": "Advent of Code to Markdown" }, "version": "1.5.0", "background": { "service_worker": "background_scripts/index.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Converts a given Advent of Code page to a GitHub-compatible Markdown file.", "content_scripts": [ { "js": [ "/content_scripts/index.js" ], "matches": [ "*://adventofcode.com/*/day/*" ] } ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.