AdGone Ad Blocker

The best way to stop ads is to use AdGone

AdGone Ad Blocker là gì?

AdGone Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://adgone.org, và tính năng chính của nó là "The best way to stop ads is to use AdGone".

Ả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 AdGone Ad Blocker

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

                        Instantly block annoying ads, pop-ups & intrusive trackers with AdGone Ad Blocker.

AdGone Ad Blocker is an effective and efficient extension that puts your internet experience back in YOUR control. Save time, bandwidth and enjoy a clean website experience free from annoying pop ups, overlays, videos, banners and click bait ads!

BENEFITS
=========
√	Block pop ups, intrusive ads, disruptive banners, and confusing click baits
√	Protects you from trackers
√	Decrease your page load times, saving you time and internet bandwidth
√	Enjoy watching ad-free videos
√	Get an ad-free experience on your favorite social media websites
√	Remove search ads, allowing you to see the true results for your searches
√	Support your favorite content providers by whitelisting their sites
√	Get periodic reports on the number of items blocked while you browse the web
√	Enjoy priority customer support

Enjoy a Free 7-day trial and low pricing options after your trial ends - https://adgone.org/adblocker/upgrade

AdGone works in the background without interrupting your internet life. Our developers take pride in building a quality product and we have thoroughly tested it on thousands of popular websites to ensure you get the best experience.

Just click on "Add to Chrome" to start your 7-day trial for free! The trial version of AdGone will show periodic reminders allowing you to upgrade.

You can remove the extension at any time.

By downloading and installing this extension, you agree to our EULA at https://adgone.org/adblocker/eula and our Privacy Policy https://adgone.org/adblocker/privacy.

This service is sold by Gone Software Ltd.                    

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

Tên AdGone Ad Blocker AdGone Ad Blocker
ID apcnhnfabpjbhehcnlebhdpidhmdhlon
URL Chính Thức https://chromewebstore.google.com/detail/adgone-ad-blocker/apcnhnfabpjbhehcnlebhdpidhmdhlon
Mô tả The best way to stop ads is to use AdGone
Kích Thước Tệp 2.26 MB
Số Lần Cài Đặt 81,611
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2023-01-28
Ngày Phát Hành 2021-05-01
Đánh Giá 4.57/5 Tổng số 398 Đánh Giá
Nhà Phát Triển https://adgone.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adgone.org
URL Trang Trợ Giúp https://help.adgone.org
URL Trang Chính Sách Bảo Mật https://adgone.org/adblocker/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/Background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/x128\/icon.png",
            "48": "images\/x48\/icon.png"
        },
        "default_popup": "html\/Menu.html",
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/cs\/lp.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*.adgone.org\/*",
                "https:\/\/*.adgone.org\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/cs\/yt.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/cs\/premPitchedHTML.js",
                "js\/cs\/premPitched.js",
                "js\/cs\/native.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/fb.css"
            ],
            "js": [
                "js\/cs\/fb.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; font-src 'self' ",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/x128\/icon.png",
        "48": "images\/x48\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage",
        "cookies",
        "alarms",
        "notifications",
        "idle"
    ],
    "version": "1.1.8",
    "web_accessible_resources": [
        "html\/*",
        "js\/*",
        "css\/*",
        "fonts\/*"
    ]
}