The extension has a reasonable user base of 5,000 users with a solid 4.5-star rating from 50 reviews, indicating positive user experiences. The purpose is straightforward - providing dark mode functionality for Jira, which is a legitimate and commonly requested feature. The extension uses Manifest V3, which provides better security controls compared to older versions.
The primary concern is the broad host permission for "*.atlassian.net/*" which grants access to all Atlassian domains and subdomains. While this makes sense for Jira functionality, it's quite expansive. The inclusion of "*.herocoders.com/issue/*" in content scripts is unusual and unclear - this domain doesn't appear to be related to Atlassian or Jira, raising questions about why the extension needs access to this third-party site. The missing developer information and last updated date make it difficult to assess ongoing maintenance and support.
This extension appears relatively safe for its intended purpose. Users who frequently work with Jira and want dark mode functionality can likely use this extension safely. However, be aware that it has broad access to Atlassian services. If you're particularly security-conscious or work with sensitive Jira data, consider running it in a separate Chrome profile. Monitor for any unusual behavior when visiting Atlassian sites, and consider alternatives if the herocoders.com access raises concerns for your organization.
| https://clients2.google.com/service/update2/crx |
{ "name": "Jira Black - Dark Mode", "icons": { "128": "icon128.png" }, "version": "0.3.3", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Turn your Jira Cloud to Black, a nice looking Dark Theme.", "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "https://*.atlassian.net/*", "https://*.herocoders.com/issue/*" ], "all_frames": true, "exclude_matches": [ "https://*.atlassian.net/wiki/*" ] } ], "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.