TunnelBear Blocker

Simple and handsome. TunnelBear Blocker sinks its teeth into online tracking to keep your browsing habits a little more private.

TunnelBear Blocker là gì?

TunnelBear Blocker là một tiện ích mở rộng Chrome được phát triển bởi TunnelBear, và tính năng chính của nó là "Simple and handsome. TunnelBear Blocker sinks its teeth into online tracking to keep your browsing habits a little more private.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Get TunnelBear Blocker and put the bite on tracking!

Free, simple and handsome. This handy extension sinks its teeth into online tracking to keep your browsing habits a little more private.

TunnelBear Blocker for Chrome is:

✔ Handsome - Powerful online privacy protection wrapped in a simple, handsome bear design
✔ Powerful - Sure, it can block simple ads, but it can also block scripts, trackers, flash, fingerprinting (beta), email tracking, ultrasonic tracking and more coming soon
✔ Whitelist - Block everything like a ruthless privacy dictator or show a little love to privacy-friendly content publishers — you decide
✔ Free and open source

Learn more about what is blocked at https://www.tunnelbear.com/blocker/info

Why should I use TunnelBear Blocker vs. other ad blockers?
✔ TunnelBear has earned the trust of over 23 million people around the globe to protect their privacy
✔ To block many types of online tracking, not just ads.
✔ It’s simple enough that anyone can use it

Privacy Policy
Read our wonderfully straightforward privacy policy: https://www.tunnelbear.com/blocker/privacy-policy

TunnelBear Blocker is open source, forked from uBlock Origin.  Other acknowledgements and appreciation here:
https://www.tunnelbear.com/blocker/acknowledgement                    

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

Tên TunnelBear Blocker TunnelBear Blocker
ID bebdhgdigjiiamnkcenegafmfjoghafk
URL Chính Thức https://chromewebstore.google.com/detail/tunnelbear-blocker/bebdhgdigjiiamnkcenegafmfjoghafk
Mô tả Simple and handsome. TunnelBear Blocker sinks its teeth into online tracking to keep your browsing habits a little more private.
Kích Thước Tệp 2.66 MB
Số Lần Cài Đặt 41,772
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-12-17
Ngày Phát Hành 2018-12-17
Đánh Giá 4.90/5 Tổng số 2504 Đánh Giá
Nhà Phát Triển TunnelBear
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tunnelbear.com/apps/blocker
URL Trang Trợ Giúp https://www.tunnelbear.com/account#/feedback/blocker
URL Trang Chính Sách Bảo Mật https://www.tunnelbear.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,fr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TunnelBear Blocker",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/extension_icon_16.png",
        "48": "img\/extension_icon_48.png",
        "128": "img\/extension_icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16-off.png",
            "32": "img\/icon_32-off.png"
        },
        "default_title": "TunnelBear Blocker",
        "default_popup": "popup.html"
    },
    "author": "TunnelBear",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/vapi.js",
                "js\/vapi-client.js",
                "js\/blockbear-contentscript-start.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/block.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/blockbear-contentscript-end.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "minimum_chrome_version": "51.0",
    "optional_permissions": [
        "file:\/\/\/*"
    ],
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "img\/flash_blocked.png",
        "img\/flash_blocked2x.png",
        "img\/flash_unblock.png",
        "img\/flash_unblock2x.png",
        "js\/canvas-blocker.js",
        "js\/blockbear-pixel-tracking.js",
        "js\/blockbear-contentscript-inject.js",
        "\/web_accessible_resources\/*"
    ],
    "short_name": "TunnelBear Blocker"
}