Remove ZergNet

Expunge all sites of ZergNet links.

Qu'est-ce que Remove ZergNet ?

Remove ZergNet est une extension Chrome développée par [email protected], et sa fonction principale est "Expunge all sites of ZergNet links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove ZergNet

Téléchargez les fichiers d'extension Remove ZergNet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
URL Officiel https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
Description Expunge all sites of ZergNet links.
Taille du Fichier 9.54 KB
Nombre d'Installations 679
Version Actuelle 0.1
Dernière Mise à Jour 2014-03-08
Date de Publication 2014-03-08
Évaluation 2.75/5 Total 20 Évaluations
Développeur [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/zacs/remove-zergnet
URL de la Page d'Aide https://github.com/zacs/remove-zergnet/issues
Langues Prises en Charge 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"
}