random dog
give you a random dog picture on each click.
What is random dog?
random dog is a Chrome extension developed by roperluo.me, and its main feature is "give you a random dog picture on each click.".
Extension Screenshots
Download random dog Extension CRX File
Download random dog 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
Plug-in for dog lovers One click to get a random dog photo
Extension Basic Information
Name | |
ID | bldbdinjoodpllmekjemhhbofhdghjam |
Official URL | https://chromewebstore.google.com/detail/random-dog/bldbdinjoodpllmekjemhhbofhdghjam |
Description | give you a random dog picture on each click. |
File Size | 245 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-14 |
Developer | roperluo.me |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "random dog", "description": "give you a random dog picture on each click.", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "dog_logo_16.png", "48": "dog_logo_48.png", "128": "dog_logo_128.png" } } |