Gone Pop-up Blocker

Pop-up notification blocker

Gone Pop-up Blocker क्या है?

Gone Pop-up Blocker AdGone Ad-Blocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pop-up notification blocker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gone Pop-up Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Gone Pop-up Blocker Gone Pop-up Blocker
ID jdiknbamfgommakkihedfodjifjogpdd
आधिकारिक URL https://chromewebstore.google.com/detail/gone-pop-up-blocker/jdiknbamfgommakkihedfodjifjogpdd
विवरण Pop-up notification blocker
फ़ाइल का आकार 270 KB
स्थापना संख्या 550
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-01-29
प्रकाशन तिथि 2022-10-19
डेवलपर AdGone Ad-Blocker
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gonepopupblocker.com/
सहायता पृष्ठ URL https://gonepopupblocker.com/popupblocker/contact
गोपनीयता नीति पृष्ठ URL https://adgone.org/adblocker/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}