AdBlock Unicorn

The cutest Ad blocker, blocks ads from more than 50'000 sources.

AdBlock Unicorn là gì?

AdBlock Unicorn là một tiện ích mở rộng Chrome được phát triển bởi AdBlock Unicorn, và tính năng chính của nó là "The cutest Ad blocker, blocks ads from more than 50'000 sources.".

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

screenshot

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

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

                        Our technology blocks ads before they're displayed by blocking the requests.
In case something goes through we also have failsafe JS and CSS to remove ads

You may disable AdBlock Unicorn at any time by using the toggle button after clicking on the icon.

AdBlock Unicorn checks for custom script in our server to make sure we add all the latest critical ad blockings that cannot wait until the next Chrome store update which sometimes take multiple days.

Please visit our website and send us your feedback and suggestions on how to make our product better and cuter !

FAQ :
Q : Do you block video ads on Youtube and Facebook ?
A : Not at the moment, we are working on it                    

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

Tên AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
URL Chính Thức https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
Mô tả The cutest Ad blocker, blocks ads from more than 50'000 sources.
Kích Thước Tệp 391 KB
Số Lần Cài Đặt 818
Phiên Bản Hiện Tại 2.0.2.0
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-10-13
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển AdBlock Unicorn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adblock-unicorn.com/
URL Trang Chính Sách Bảo Mật https://www.adblock-unicorn.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Unicorn",
    "version": "2.0.2.0",
    "description": "The cutest Ad blocker, blocks ads from more than 50'000 sources.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/adblock-unicorn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "validation.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}