Remove ZergNet

Expunge all sites of ZergNet links.

Co je Remove ZergNet?

Remove ZergNet je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Expunge all sites of ZergNet links.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove ZergNet

Stáhněte si soubory rozšíření Remove ZergNet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
Oficiální URL https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
Popis Expunge all sites of ZergNet links.
Velikost souboru 9.54 KB
Počet instalací 679
Aktuální Verze 0.1
Poslední Aktualizace 2014-03-08
Datum Vydání 2014-03-08
Hodnocení 2.75/5 Celkem 20 Hodnocení
Vývojář [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/zacs/remove-zergnet
URL Stránky Nápovědy https://github.com/zacs/remove-zergnet/issues
Podporované Jazyky 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"
}