No Games

Remove the games from the Internet

Co to jest No Games?

No Games to rozszerzenie Chrome opracowane przez dave.albert, a jego główną funkcją jest „Remove the games from the Internet”.

Pobierz plik CRX rozszerzenia No Games

Pobierz pliki rozszerzeń No Games w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa No Games No Games
ID bdefnchepelolaebnbldbmdkhmpoodgn
Oficjalny URL https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn
Opis Remove the games from the Internet
Rozmiar pliku 39.39 KB
Liczba instalacji 24
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2014-02-08
Data Publikacji 2014-02-08
Deweloper dave.albert
Typ Płatności free
Obsługiwane Języki 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
}