GROOT
Simple saying I am GROOT!
Cos'è GROOT?
GROOT è un'estensione di Chrome sviluppata da busfy.roman, e la sua funzione principale è "Simple saying I am GROOT!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GROOT
Scarica i file di estensione GROOT 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
After click on icon it simply say I am Groot! (in baby version). Version 0.0.2 -new Name
Informazioni di Base sull'Estensione
Nome | |
ID | jgffcenklofhkcjcnpkklhkkbfiejdeb |
URL Ufficiale | https://chrome.google.com/webstore/detail/groot/jgffcenklofhkcjcnpkklhkkbfiejdeb |
Descrizione | Simple saying I am GROOT! |
Dimensione del File | 1.51 MB |
Conteggio Installazioni | 831 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-24 |
Valutazione | 4.47/5 Totale 17 Valutazioni |
Sviluppatore | busfy.roman |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GROOT", "version": "0.0.2", "manifest_version": 2, "description": "Simple saying I am GROOT!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "icon" }, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "permissions": [ "activeTab", "storage" ] } |