Github Vanced
An ultimate chrome extension to customize and streamline your GitHub experience!
What is Github Vanced?
Github Vanced is a Chrome extension developed by bhumijgupta, and its main feature is "An ultimate chrome extension to customize and streamline your GitHub experience!".
Extension Screenshots
Download Github Vanced Extension CRX File
Download Github Vanced 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
An ultimate chrome extension to customize and streamline your GitHub experience with a lifetime promise of no ads and no data collection Features - 1. Website wide dark mode 2. Colors contribution chart to avoid distraction 3. Easy toggle switches to enable and disable features
Extension Basic Information
Name | |
ID | apidmenkobkfjiffjmapgjdapmpaneck |
Official URL | https://chrome.google.com/webstore/detail/github-vanced/apidmenkobkfjiffjmapgjdapmpaneck |
Description | An ultimate chrome extension to customize and streamline your GitHub experience! |
File Size | 57.45 KB |
Installation Count | 45 |
Current Version | 0.8.4 |
Last Updated | 2019-07-12 |
Publish Date | 2019-07-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | bhumijgupta |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bhumijgupta/Github-vanced |
Help Page URL | https://github.com/bhumijgupta/Github-vanced/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Vanced", "description": "An ultimate chrome extension to customize and streamline your GitHub experience!", "version": "0.8.4", "author": "Bhumij Gupta", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "js": [ "colorify.js", "darktheme.js" ], "run_at": "document_end" } ], "options_page": "popup.html", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ] } |