Ginger GM Duck Button
This qu*cks the duck. **WARNING: CONTAINS BAD LANGUAGE**.
What is Ginger GM Duck Button?
Ginger GM Duck Button is a Chrome extension developed by Ginger GM, and its main feature is "This qu*cks the duck. **WARNING: CONTAINS BAD LANGUAGE**.".
Extension Screenshots
Download Ginger GM Duck Button Extension CRX File
Download Ginger GM Duck Button 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
Get Ginger GM duck-related samples straight from your browser! **WARNING: CONTAINS BAD LANGUAGE**.
Extension Basic Information
Name | |
ID | jkebdblodbgkfalanailgaiaaiklihba |
Official URL | https://chrome.google.com/webstore/detail/ginger-gm-duck-button/jkebdblodbgkfalanailgaiaaiklihba |
Description | This qu*cks the duck. **WARNING: CONTAINS BAD LANGUAGE**. |
File Size | 1.25 MB |
Installation Count | 45 |
Current Version | 1.0.1 |
Last Updated | 2017-12-14 |
Publish Date | 2017-12-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Ginger GM |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gingergm.com |
Privacy Policy Page URL | https://www.gingergm.com/legal |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ginger GM Duck Button", "version": "1.0.1", "description": "This qu*cks the duck. **WARNING: CONTAINS BAD LANGUAGE**.", "icons": { "16": "icon.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "16": "icon.png", "48": "icon_48.png" }, "default_title": "Quack!" }, "author": "Ginger GM", "background": { "scripts": [ "randomduck.js" ], "persistent": false }, "homepage_url": "https:\/\/www.gingergm.com", "permissions": [ "activeTab", "storage" ], "short_name": "Ginger Qu*ck" } |