Big Brother Blocker

This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.

Big Brother Blocker là gì?

Big Brother Blocker là một tiện ích mở rộng Chrome được phát triển bởi ville.pv, và tính năng chính của nó là "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.".

Ả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 Big Brother Blocker

Tải xuống các tệp mở rộng Big Brother Blocker 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

                        The extension will look for BB or Big Brother related content from mtv.fi, iltasanomat.fi, iltalehti.fi and hs.fi news websites and remove them. See screenshots.                    

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

Tên Big Brother Blocker Big Brother Blocker
ID gjoppkgfoenmfemaobkefghgnfejoood
URL Chính Thức https://chrome.google.com/webstore/detail/big-brother-blocker/gjoppkgfoenmfemaobkefghgnfejoood
Mô tả This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.
Kích Thước Tệp 76.59 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-09-02
Ngày Phát Hành 2014-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ville.pv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Brother Blocker",
    "description": "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/iltasanomat.fi\/*",
                "http:\/\/www.iltasanomat.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltasanomat.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mtv.fi\/*",
                "http:\/\/mtv.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "mtv.js"
            ]
        },
        {
            "matches": [
                "http:\/\/iltalehti.fi\/*",
                "http:\/\/www.iltalehti.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltalehti.js"
            ]
        },
        {
            "matches": [
                "http:\/\/hs.fi\/*",
                "http:\/\/www.hs.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "hs.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}