Gone Pop-up Blocker

Pop-up notification blocker

Gone Pop-up Blocker là gì?

Gone Pop-up Blocker là một tiện ích mở rộng Chrome được phát triển bởi AdGone Ad-Blocker, và tính năng chính của nó là "Pop-up notification blocker".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gone Pop-up Blocker

Tải xuống các tệp mở rộng Gone Pop-up 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 popups with Gone Pop-up Blocker.
Gone Pop-up Blocker is exactly the tool you need to stop the incessant pop-ups from always clogging up your screen. It protects you from companies and malicious sites trying to show you notifications you may not want.

BENEFITS
=========
√	Block existing pop ups from your browser
√	Protects you from accidentally enabling additional pop-ups in the future
√	Gives you the option to allow pop-ups on certain sites you deem safe
√	Enjoy priority customer support

Enjoy a Free 7-day trial and low pricing options after your trial ends - https://gonepopupblocker.com/popupblocker/upgrade
Gone Pop-up Blocker works in the background without interrupting your internet life.
Just click on "Add to Chrome" to start your 7-day trial for free! The trial version of Gone Pop-up Blocker 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://gonepopupblocker.com/popupblocker/eula and our Privacy Policy https://gonepopupblocker.com/popupblocker/privacy.

This service is sold by Gone Software Ltd.                    

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

Tên Gone Pop-up Blocker Gone Pop-up Blocker
ID jdiknbamfgommakkihedfodjifjogpdd
URL Chính Thức https://chromewebstore.google.com/detail/gone-pop-up-blocker/jdiknbamfgommakkihedfodjifjogpdd
Mô tả Pop-up notification blocker
Kích Thước Tệp 270 KB
Số Lần Cài Đặt 550
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-01-29
Ngày Phát Hành 2022-10-19
Nhà Phát Triển AdGone Ad-Blocker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gonepopupblocker.com/
URL Trang Trợ Giúp https://gonepopupblocker.com/popupblocker/contact
URL Trang Chính Sách Bảo Mật https://adgone.org/adblocker/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gone Pop-up Blocker",
    "version": "1.0.4",
    "description": "Pop-up notification blocker",
    "icons": {
        "16": "icons\/icon_active_16.png",
        "32": "icons\/icon_active_32.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png",
                "icons\/icon_active_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Gone Pop-up Blocker",
        "default_popup": "popups\/popup.html"
    },
    "host_permissions": [
        "*:\/\/*.gonepopupblocker.com\/*",
        "*:\/\/*.adgone.org\/*",
        "*:\/\/*.gonesoftware.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms",
        "contentSettings",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}