Toggleable Chrome Unicorns
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Cos'è Toggleable Chrome Unicorns?
Toggleable Chrome Unicorns è un'estensione di Chrome sviluppata da dennistheflash, e la sua funzione principale è "This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Toggleable Chrome Unicorns
Scarica i file di estensione Toggleable Chrome Unicorns 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 replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Informazioni di Base sull'Estensione
Nome | |
ID | fegnjfjcokdemicjjhiihkggbniknnbg |
URL Ufficiale | https://chrome.google.com/webstore/detail/fegnjfjcokdemicjjhiihkggbniknnbg |
Descrizione | This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off. |
Dimensione del File | 672 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-12-17 |
Data di Pubblicazione | 2017-12-17 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | dennistheflash |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggleable Chrome Unicorns", "version": "1.0", "web_accessible_resources": [ "unicorns\/*.jpg" ], "background": { "scripts": [ "unicorn.js" ] }, "icons": { "16": "ic16.png", "48": "ic48.png", "128": "ic128.png" }, "browser_action": { "default_icon": "ic128.png", "default_popup": "popup.html", "default_title": "Chrome Unicorns" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ " |