Shades
Wikipedia Dankifier
What is Shades?
Shades is a Chrome extension developed by rsopher, and its main feature is "Wikipedia Dankifier".
Extension Screenshots
Download Shades Extension CRX File
Download Shades 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
Slides in "deal with it" sunglasses onto the occasional Wikipedia portrait. Feed me stars or I'll cry: https://github.com/revan/Shades
Extension Basic Information
Name | Shades |
ID | oekcldnibfbbhgkmadgjlabcdjefclkm |
Official URL | https://chromewebstore.google.com/detail/shades/oekcldnibfbbhgkmadgjlabcdjefclkm |
Description | Wikipedia Dankifier |
File Size | 238 KB |
Installation Count | 3,078 |
Current Version | 0.0.2 |
Last Updated | 2016-07-08 |
Publish Date | 2016-07-07 |
Rating | 4.67/5 Total 3 Ratings |
Developer | rsopher |
Payment Type | free |
Extension Website | https://github.com/revan/Shades |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shades", "version": "0.0.2", "manifest_version": 2, "description": "Wikipedia Dankifier", "homepage_url": "https:\/\/github.com\/revan\/shades", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.wikipedia.org\/wiki\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*" ], "js": [ "js\/jquery.min.js", "js\/tracking-min.js", "js\/eye-min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "shades.png" ] } |