AllBlock

AllBlock - free extension that disables ads on popular resources.

AllBlock là gì?

AllBlock là một tiện ích mở rộng Chrome được phát triển bởi AllBlock, và tính năng chính của nó là "AllBlock - free extension that disables ads on popular resources.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        AllBlock is a free multi-functional extension blocking various types of advertisements at popular websites and social networks.

AllBlock features:
- Youtube and Facebook ads blocking,
- preventing pop-ups and push notifications 
- reduces traffic consumption and speeds up the browser,
- free and extended functionality.

We continue our product improving, working hard to give your pure interaction experience with your favorite web-content.

Your sincerely,
The AllBlock Team.                    

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

Tên AllBlock AllBlock
ID nfofcmcpljmjdningbllljenopcmdhjf
URL Chính Thức https://chrome.google.com/webstore/detail/allblock/nfofcmcpljmjdningbllljenopcmdhjf
Mô tả AllBlock - free extension that disables ads on popular resources.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.55
Cập Nhật Lần Cuối 2021-02-13
Ngày Phát Hành 2020-05-25
Đánh Giá 4.86/5 Tổng số 111 Đánh Giá
Nhà Phát Triển AllBlock
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://allblock.net
URL Trang Trợ Giúp https://allblock.net/support
URL Trang Chính Sách Bảo Mật http://allblock.net/privacy_policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,es,it,pl,ru,zh-CN,ja
manifest.json
{
    "browser_action": {
        "default_icon": "lightgreen.png",
        "default_title": "AllBlock"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "AllBlock",
    "background": {
        "scripts": [
            "bg.js",
            "js\/install_handlers.js"
        ]
    },
    "icons": {
        "128": "lightgreen.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "pages\/fas.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/view\/vs\/*"
            ],
            "js": [
                "pages\/fvs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "pages\/yt.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebookcorewwwi.onion\/*"
            ],
            "css": [
                "css\/fb2.css"
            ],
            "js": [
                "pages\/fb2.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "pages\/vk.js"
            ],
            "matches": [
                "https:\/\/new.vk.com\/*",
                "http:\/\/new.vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [],
            "js": [
                "pages\/vk_audio.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contentSettings",
        "",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.55"
}