No Games

Remove the games from the Internet

Was ist No Games?

No Games ist eine Chrome-Erweiterung, die von dave.albert entwickelt wurde, und ihr Hauptmerkmal ist "Remove the games from the Internet".

No Games-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name No Games No Games
ID bdefnchepelolaebnbldbmdkhmpoodgn
Offizielle URL https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn
Beschreibung Remove the games from the Internet
Dateigröße 39.39 KB
Installationsanzahl 24
Aktuelle Version 0.1.1
Letztes Update 2014-02-08
Veröffentlichungsdatum 2014-02-08
Entwickler dave.albert
Zahlungsart free
Unterstützte Sprachen 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
}