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
官方網址 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"
}