No Games

Remove the games from the Internet

Что такое No Games?

No Games - это расширение Chrome, разработанное dave.albert, и его основная функция - "Remove the games from the Internet".

Скачать файл CRX расширения No Games

Скачайте файлы расширений No Games в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название No Games No Games
ID bdefnchepelolaebnbldbmdkhmpoodgn
Официальный URL https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn
Описание Remove the games from the Internet
Размер файла 39.39 KB
Количество установок 24
Текущая Версия 0.1.1
Последнее Обновление 2014-02-08
Дата публикации 2014-02-08
Разработчик dave.albert
Тип оплаты free
Поддерживаемые языки 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
}