Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Cos'è Trump Cookienator?
Trump Cookienator è un'estensione di Chrome sviluppata da grace_inspace, e la sua funzione principale è "This extension changes any Trump picture to picture of a cookie monster".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Cookienator
Scarica i file di estensione Trump Cookienator 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 extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.
Informazioni di Base sull'Estensione
Nome | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
Descrizione | This extension changes any Trump picture to picture of a cookie monster |
Dimensione del File | 3.14 MB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-10 |
Data di Pubblicazione | 2016-11-10 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | grace_inspace |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Cookienator", "description": "This extension changes any Trump picture to picture of a cookie monster", "version": "1.0", "background": "background.html", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |