Ad 'n Popup-Blocker

Blocks ads and ad popups from thousands of sources.

Ad 'n Popup-Blocker là gì?

Ad 'n Popup-Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://adnpopupblocker.com, và tính năng chính của nó là "Blocks ads and ad popups from thousands of 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 Ad 'n Popup-Blocker

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

                        This extension can block advertisements on many pages from many sources. Besides, it can also block ad pop-ups or close them automatically.

(The list of URLs to be blocked is constantly being expanded. If you see ads that have not been blocked, please feel free to contact us).

Features:
⭐️ Ad Blocking - It can block advertisements. (We are constantly trying to expand the list of URLs of advertising distributors.)
⭐️ Ad Pop-Up Blocking - We check if a popup is an ad (i.e. the URL is in the "black list") and block/close it.
⭐️ Faster loading times - Blocking ads can speed up the loading time of web pages.

Permissions:
Unlike traditional extensions, this extension only requires the default permissions on each website for it to block ads.

This extension uses a simple filter to detect and block unwanted URLs (so-called distribution URLs) and is also completely free.                    

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

Tên Ad 'n Popup-Blocker Ad 'n Popup-Blocker
ID eofhamhgcjpjmipbpegbjeododphaoep
URL Chính Thức https://chromewebstore.google.com/detail/ad-n-popup-blocker/eofhamhgcjpjmipbpegbjeododphaoep
Mô tả Blocks ads and ad popups from thousands of sources.
Kích Thước Tệp 26.99 KB
Số Lần Cài Đặt 101,726
Phiên Bản Hiện Tại 1.0.0.7
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2021-05-04
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://adnpopupblocker.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.ads-secured.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,fi,sv
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/blacklisted_urls.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "icons": {
        "32": "img\/icons\/32x32.png",
        "64": "img\/icons\/64x64.png",
        "128": "img\/icons\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Ad 'n Popup-Blocker",
    "description": "__MSG_extension_description__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.7",
    "web_accessible_resources": [
        "*.json"
    ]
}