My Dog speaks fluent insults
Insult dog
Cos'è My Dog speaks fluent insults?
My Dog speaks fluent insults è un'estensione di Chrome sviluppata da jabbawokiz, e la sua funzione principale è "Insult dog".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Dog speaks fluent insults
Scarica i file di estensione My Dog speaks fluent insults 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
This funny Extension shows everything your dog ever wants to talk about you.
Informazioni di Base sull'Estensione
Nome | |
ID | conjgflpbpcjmalmoohjdgdnngaihhjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-dog-speaks-fluent-insu/conjgflpbpcjmalmoohjdgdnngaihhjb |
Descrizione | Insult dog |
Dimensione del File | 24.09 MB |
Conteggio Installazioni | 30 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-05-21 |
Data di Pubblicazione | 2018-05-21 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jabbawokiz |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Dog speaks fluent insults", "description": "Insult dog", "version": "1", "author": "Anupam Mahapatra", "browser_action": { "default_icon": "ico.png", "default_title": "Dogra", "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "icons": { "16": "ico.png", "48": "ico.png", "128": "ico.png" } } |