Show me a duck
Simple extension that show some ducks
What is Show me a duck?
Show me a duck is a Chrome extension developed by Unknown, and its main feature is "Simple extension that show some ducks".
Extension Screenshots
Download Show me a duck Extension CRX File
Download Show me a duck 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
This plugins shows a random picture of a duck, every time you click on the button of show me a duck.
Extension Basic Information
Name | Show me a duck |
ID | oplfkdjfkhobipacfcibmbpamceihkod |
Official URL | https://chromewebstore.google.com/detail/show-me-a-duck/oplfkdjfkhobipacfcibmbpamceihkod |
Description | Simple extension that show some ducks |
File Size | 12.7 KB |
Installation Count | 639 |
Current Version | 1.0 |
Last Updated | 2021-10-28 |
Publish Date | 2021-10-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show me a duck", "description": "Simple extension that show some ducks", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/random-d.uk\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |