Remove ZergNet

Expunge all sites of ZergNet links.

Co to jest Remove ZergNet?

Remove ZergNet to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Expunge all sites of ZergNet links.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove ZergNet

Pobierz pliki rozszerzeń Remove ZergNet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
Oficjalny URL https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
Opis Expunge all sites of ZergNet links.
Rozmiar pliku 9.54 KB
Liczba instalacji 679
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-03-08
Data Publikacji 2014-03-08
Ocena 2.75/5 Łącznie 20 Oceny
Deweloper [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/zacs/remove-zergnet
Adres URL Strony Pomocy https://github.com/zacs/remove-zergnet/issues
Obsługiwane Języki 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"
}