Remove ZergNet

Expunge all sites of ZergNet links.

Cos'è Remove ZergNet?

Remove ZergNet è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Expunge all sites of ZergNet links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Remove ZergNet

Scarica i file di estensione Remove ZergNet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
URL Ufficiale https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
Descrizione Expunge all sites of ZergNet links.
Dimensione del File 9.54 KB
Conteggio Installazioni 679
Versione Corrente 0.1
Ultimo Aggiornamento 2014-03-08
Data di Pubblicazione 2014-03-08
Valutazione 2.75/5 Totale 20 Valutazioni
Sviluppatore [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zacs/remove-zergnet
URL della Pagina di Aiuto https://github.com/zacs/remove-zergnet/issues
Lingue Supportate 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"
}