Gimmie Some Ganja Button
Says 'Gimmie some Ganja!',
Cos'è Gimmie Some Ganja Button?
Gimmie Some Ganja Button è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Says 'Gimmie some Ganja!',".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gimmie Some Ganja Button
Scarica i file di estensione Gimmie Some Ganja Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A button that plays the Rick James sample from Kendrick Lamar's "DNA"! Informazioni di Base sull'Estensione
| Nome | |
| ID | ejbdijibkpniiiffmfkdiddeogeaaloi |
| URL Ufficiale | https://chromewebstore.google.com/detail/gimmie-some-ganja-button/ejbdijibkpniiiffmfkdiddeogeaaloi |
| Descrizione | Says 'Gimmie some Ganja!', |
| Dimensione del File | 229 KB |
| Conteggio Installazioni | 55 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2017-05-24 |
| Data di Pubblicazione | 2017-05-24 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |