CatFestation
Change all images on your friends computer to cats!
Cos'è CatFestation?
CatFestation è un'estensione di Chrome sviluppata da manzieric, e la sua funzione principale è "Change all images on your friends computer to cats!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CatFestation
Scarica i file di estensione CatFestation 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
Get this extension to prank your friends. Replaces all images on a site with cat pictures!
Informazioni di Base sull'Estensione
Nome | CatFestation |
ID | goofkbnadlobcmpgbdibjdhpadfedjbn |
URL Ufficiale | https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn |
Descrizione | Change all images on your friends computer to cats! |
Dimensione del File | 41.62 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.2.7 |
Ultimo Aggiornamento | 2016-01-13 |
Data di Pubblicazione | 2016-01-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | manzieric |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CatFestation", "description": "Change all images on your friends computer to cats!", "version": "0.2.7", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |