No Games

Remove the games from the Internet

No Gamesとは何ですか?

No Gamesはdave.albertによって開発されたChromeの拡張機能で、その主な機能は「Remove the games from the Internet」です。

No Games拡張機能のCRXファイルをダウンロード

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
}