No Games

Remove the games from the Internet

Qu'est-ce que No Games ?

No Games est une extension Chrome développée par dave.albert, et sa fonction principale est "Remove the games from the Internet".

Télécharger le fichier CRX de l'extension No Games

Téléchargez les fichiers d'extension No Games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom No Games No Games
ID bdefnchepelolaebnbldbmdkhmpoodgn
URL Officiel https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn
Description Remove the games from the Internet
Taille du Fichier 39.39 KB
Nombre d'Installations 24
Version Actuelle 0.1.1
Dernière Mise à Jour 2014-02-08
Date de Publication 2014-02-08
Développeur dave.albert
Type de Paiement free
Langues Prises en Charge 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
}