Remove ZergNet

Expunge all sites of ZergNet links.

Remove ZergNet क्या है?

Remove ZergNet [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expunge all sites of ZergNet links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove ZergNet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}