Gimmie Some Ganja Button
Says 'Gimmie some Ganja!',
What is Gimmie Some Ganja Button?
Gimmie Some Ganja Button is a Chrome extension developed by Unknown, and its main feature is "Says 'Gimmie some Ganja!',".
Extension Screenshots
Download Gimmie Some Ganja Button Extension CRX File
Download Gimmie Some Ganja 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
A button that plays the Rick James sample from Kendrick Lamar's "DNA"!
Extension Basic Information
Name | Gimmie Some Ganja Button |
ID | ejbdijibkpniiiffmfkdiddeogeaaloi |
Official URL | https://chromewebstore.google.com/detail/gimmie-some-ganja-button/ejbdijibkpniiiffmfkdiddeogeaaloi |
Description | Says 'Gimmie some Ganja!', |
File Size | 229 KB |
Installation Count | 55 |
Current Version | 1.3 |
Last Updated | 2017-05-24 |
Publish Date | 2017-05-24 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gimmie Some Ganja Button", "version": "1.3", "description": "Says 'Gimmie some Ganja!',", "icons": { "128": "green-button-th.png" }, "browser_action": { "default_icon": { "19": "green-button-th.png", "38": "green-button-th.png" }, "default_title": "Gimmie Some Ganja Button" }, "author": "Graham Hough", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "background" ] } |