No Games
Remove the games from the Internet
Cos'è No Games?
No Games è un'estensione di Chrome sviluppata da dave.albert, e la sua funzione principale è "Remove the games from the Internet".
Scarica il file CRX dell'estensione No Games
Scarica i file di estensione No Games 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
The upcoming games are going to receive widespread media coverage. Install this Chrome extension if you want to boycott & black out this coverage. In support of LGBT worldwide. Visit allout.org for more information (note: this extension is not officially affiliated with Allout or produced by Allout).
Informazioni di Base sull'Estensione
Nome | |
ID | bdefnchepelolaebnbldbmdkhmpoodgn |
URL Ufficiale | https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn |
Descrizione | Remove the games from the Internet |
Dimensione del File | 39.39 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2014-02-08 |
Data di Pubblicazione | 2014-02-08 |
Sviluppatore | dave.albert |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Games", "version": "0.1.1", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Remove the games from the Internet", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery.js", "myscript.js" ] } ], "browser_action": { "default_title": "Remove the games from the Internet", "default_icon": "icon.png" }, "manifest_version": 2 } |