techblocker

Search with Joy! Block Ads While Surfing!

techblocker là gì?

techblocker là một tiện ích mở rộng Chrome được phát triển bởi www.techblocker.com, và tính năng chính của nó là "Search with Joy! Block Ads While Surfing!".

Ả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 techblocker

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

                        TechBlocker is an ultimate solution to eliminate annoying advertisements that decrease page load time. It helps to remove ads that are divisive, intrusive. Some of the ads track cookies which raise many privacy concerns. The one stop solution to this problem is TechBlocker which helps to block ads and stop tracking via cookies. It allows user to block irritating ads, save bandwidth, block malicious ads that seek to infect computers.  
  
Blocks Malware urls 

TechBlocker has an updated database which helps to block malware domains thus provides more accurate scanning and blocking feature.  
  
See what you want to see 

TechBlocker helps you to block unwanted ads and makes you see only what you want to see, without distractions.
  
Disable Social Media Buttons 

Allows to disable ostensible social media buttons that urge to share what you are reading.
  
Choose you filters 

The extension provided you with option to apply filters and set your preferences to limit the ads you see. The ad on helps to stop tracking of your preferences and blocks malware domains.  

Be an informed surfer 

TechBlocker helps you to know more about different web tracking methods and provides solution on how they can be enabled/disabled. 
  
Non-intrusive ads 

TechBlocker categorizes ads. There are certain ads which do not interfere with your surfing, they are mainly to earn revenue, it accepts such ads differently.                    

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

Tên techblocker techblocker
ID pdggkhaanaiidcjahfafaccgbkdlgmib
URL Chính Thức https://chromewebstore.google.com/detail/techblocker/pdggkhaanaiidcjahfafaccgbkdlgmib
Mô tả Search with Joy! Block Ads While Surfing!
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-03-09
Ngày Phát Hành 2017-03-08
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển www.techblocker.com
Loại Thanh Toán free
Trang Web Mở Rộng http://techblocker.com/
URL Trang Trợ Giúp http://techblocker.com/en/support.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ext\/exclusionlist.js",
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "ext\/background.js",
            "ext\/jquery.min.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "background.js",
            "ext\/report_background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/prod-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js",
                "ext\/jquery.min.js",
                "ext\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/detailed\/prod-128.png",
        "48": "icons\/detailed\/prod-48.png",
        "59": "icons\/detailed\/prod-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications",
        "activeTab",
        "downloads"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.1.0"
}