Crappy Chrome Plugin
This extension does shit on your current page
Cos'è Crappy Chrome Plugin?
Crappy Chrome Plugin è un'estensione di Chrome sviluppata da JackW, e la sua funzione principale è "This extension does shit on your current page".
Scarica il file CRX dell'estensione Crappy Chrome Plugin
Scarica i file di estensione Crappy Chrome Plugin 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
Want your google pages to be fucked up ? Have fun mate !
Informazioni di Base sull'Estensione
Nome | |
ID | khfagknpenlpghhoapfhefnfibojignn |
URL Ufficiale | https://chrome.google.com/webstore/detail/crappy-chrome-plugin/khfagknpenlpghhoapfhefnfibojignn |
Descrizione | This extension does shit on your current page |
Dimensione del File | 35.54 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-22 |
Data di Pubblicazione | 2015-07-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | JackW |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Chrome Plugin", "description": "This extension does shit on your current page", "version": "1.0", "browser_action": { "default_icon": "crap.png", "default_popup": "crapup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.google.fr\/*" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/crapup.js", "js\/crapup_scripts.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ] } |