Analytics dark mode
Google Analytics Dark Mode
What is Analytics dark mode?
Analytics dark mode is a Chrome extension developed by markus.bjerre, and its main feature is "Google Analytics Dark Mode".
Extension Screenshots
Download Analytics dark mode Extension CRX File
Download Analytics dark mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A plugin to enable dark mode / theme on Google Analytics. See my other open source projects at https://github.com/brandflugan
Extension Basic Information
Name | Analytics dark mode |
ID | lpfbehkefagkloemkmkgmomoaoilkkln |
Official URL | https://chromewebstore.google.com/detail/analytics-dark-mode/lpfbehkefagkloemkmkgmomoaoilkkln |
Description | Google Analytics Dark Mode |
File Size | 9.12 KB |
Installation Count | 2,638 |
Current Version | 1.1.8 |
Last Updated | 2023-10-10 |
Publish Date | 2019-08-21 |
Rating | 4.55/5 Total 20 Ratings |
Developer | markus.bjerre |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analytics dark mode", "version": "1.1.8", "manifest_version": 3, "description": "Google Analytics Dark Mode", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [], "host_permissions": [ "https:\/\/analytics.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "css": [ "src\/analytics.css" ] } ] } |