DogeWeb
Makes websites more DOGElicious.
What is DogeWeb?
DogeWeb is a Chrome extension developed by http://jasx.org, and its main feature is "Makes websites more DOGElicious.".
Extension Screenshots
Download DogeWeb Extension CRX File
Download DogeWeb 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
Lets you engage doge-mode in your browser. Making it rather colorful. Released under a creative commons non-commercial license. If you somehow like this, and feel inclined, you can send some dogecoins to: DEbdPaVwNukCan3kL3nP6KXNgJPJpLunvB
Extension Basic Information
Name | |
ID | eigopaaaokciainadmkbmdpfahafgmfi |
Official URL | https://chrome.google.com/webstore/detail/dogeweb/eigopaaaokciainadmkbmdpfahafgmfi |
Description | Makes websites more DOGElicious. |
File Size | 61 KB |
Installation Count | 264 |
Current Version | 1.0.0 |
Last Updated | 2014-01-01 |
Publish Date | 2014-01-01 |
Rating | 4.25/5 Total 8 Ratings |
Developer | http://jasx.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DogeWeb", "description": "Makes websites more DOGElicious.", "version": "1.0.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "doge.js" ] } ], "web_accessible_resources": [ "jquery.js", "doge.js", "doge.css" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "doge_48.png" }, "icons": { "16": "doge_16.png", "48": "doge_48.png", "128": "doge_128.png" }, "permissions": [ "tabs" ] } |