Remove ZergNet

Expunge all sites of ZergNet links.

Remove ZergNet là gì?

Remove ZergNet là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Expunge all sites of ZergNet links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove ZergNet

Tải xuống các tệp mở rộng Remove ZergNet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove ZergNet Remove ZergNet
ID manjkebbkajmpdndbahchokjphleklak
URL Chính Thức https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak
Mô tả Expunge all sites of ZergNet links.
Kích Thước Tệp 9.54 KB
Số Lần Cài Đặt 679
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-03-08
Ngày Phát Hành 2014-03-08
Đánh Giá 2.75/5 Tổng số 20 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zacs/remove-zergnet
URL Trang Trợ Giúp https://github.com/zacs/remove-zergnet/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}