No Games
Remove the games from the Internet
Wat is No Games?
No Games is een Chrome-extensie ontwikkeld door dave.albert, en de belangrijkste functie is "Remove the games from the Internet".
Download het CRX-bestand van de extensie No Games
Download No Games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | bdefnchepelolaebnbldbmdkhmpoodgn |
Officiële URL | https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn |
Beschrijving | Remove the games from the Internet |
Bestandsgrootte | 39.39 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2014-02-08 |
Publicatiedatum | 2014-02-08 |
Ontwikkelaar | dave.albert |
Betalingswijze | free |
Ondersteunde Talen | 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 } |