Doge for Chrome
5% chance of doge every time you load page
What is Doge for Chrome?
Doge for Chrome is a Chrome extension developed by Jared Silver, and its main feature is "5% chance of doge every time you load page".
Extension Screenshots
Download Doge for Chrome Extension CRX File
Download Doge for Chrome 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
Such random. Many doge. Very 5% chance. Do you need a little more doge in your life? Does the monotony of your day-to-day life make you want to bang your head against your desk? Drown in boredom no longer — introducing Doge for Chrome! Doge for Chrome is an extension that will randomly display a delightful doge animation a small percentage of the time you load a new web page. Studying for school got you down? Upset about the price of doge coin? Wish you had more friends? Cheer up instantly with this delightful doge animation, coming soon to a browser near you!
Extension Basic Information
Name | Doge for Chrome |
ID | hgbjmjjpoakdcllgikgchblebfclefii |
Official URL | https://chromewebstore.google.com/detail/doge-for-chrome/hgbjmjjpoakdcllgikgchblebfclefii |
Description | 5% chance of doge every time you load page |
File Size | 138 KB |
Installation Count | 3,435 |
Current Version | 2.0 |
Last Updated | 2021-06-07 |
Publish Date | 2016-05-16 |
Rating | 4.30/5 Total 50 Ratings |
Developer | Jared Silver |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Doge for Chrome", "description": "5% chance of doge every time you load page", "version": "2.0", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "96": "\/images\/icon96.png", "128": "\/images\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "96": "\/images\/icon96.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "animate.css", "doge.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |