Doge-it
Wow Page Much Improved
What is Doge-it?
Doge-it is a Chrome extension developed by Unknown, and its main feature is "Wow Page Much Improved".
Extension Screenshots
Download Doge-it Extension CRX File
Download Doge-it 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
Doge-it changes font and website images to better serve the user. Delivering a more fulfilling browsing experience.
Extension Basic Information
Name | |
ID | bjanpkikaanjomalfcbgbmpmimgpbfkf |
Official URL | https://chromewebstore.google.com/detail/doge-it/bjanpkikaanjomalfcbgbmpmimgpbfkf |
Description | Wow Page Much Improved |
File Size | 243 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2020-03-30 |
Publish Date | 2020-03-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doge-it", "version": "1.0", "description": "Wow Page Much Improved", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "options.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "veryPopup.html", "default_icon": "images\/doge.png" }, "manifest_version": 2 } |