Remove ZergNet

Expunge all sites of ZergNet links.

Remove ZergNetとは何ですか?

Remove ZergNetは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Expunge all sites of ZergNet links.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

Remove ZergNet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Many blogs feature "Around The Web" sections in their sidebars and footers, which have unrelated links that end up taking you a portal called ZergNet. The links don't actually take the user to the articles they seem to, which can be frustrating. This extension simply removes the links in the first place.                    

拡張機能の基本情報

名前 Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
公式URL https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
説明 Expunge all sites of ZergNet links.
ファイルサイズ 9.54 KB
インストール数 679
現在のバージョン 0.1
最終更新日 2014-03-08
公開日 2014-03-08
評価 2.75/5 合計 20 レビュー
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/zacs/remove-zergnet
ヘルプページのURL https://github.com/zacs/remove-zergnet/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove ZergNet",
    "description": "Expunge all sites of ZergNet links.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "remove.zergnet.user.js"
            ]
        }
    ],
    "author": "Zac Schellhardt"
}