Remove ZergNet

Expunge all sites of ZergNet links.

Что такое Remove ZergNet?

Remove ZergNet - это расширение Chrome, разработанное [email protected], и его основная функция - "Expunge all sites of ZergNet links.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Remove ZergNet

Скачайте файлы расширений Remove ZergNet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}