Popup Blocker 2020 - Working!

How to stop popups, windows and ads while watching movies on streaming platforms.

Popup Blocker 2020 - Working! क्या है?

Popup Blocker 2020 - Working! Luca Lambia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "How to stop popups, windows and ads while watching movies on streaming platforms."।

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

screenshot
screenshot

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

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

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

                        It works for real, updated in 2020. The block rules are stricter than uBlock Origin or ABP Ad Block Plus: it blocks any pop-up or advertising opening a window.

This extension will stop any unwanted advertise opened while watching a movie on streaming or whatever. It disables the opening of new windows, tabs and pop-up.                    

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

नाम Popup Blocker 2020 - Working! Popup Blocker 2020 - Working!
ID nejbokmfkapoppdmaacncianpfepoobf
आधिकारिक URL https://chromewebstore.google.com/detail/popup-blocker-2020-workin/nejbokmfkapoppdmaacncianpfepoobf
विवरण How to stop popups, windows and ads while watching movies on streaming platforms.
फ़ाइल का आकार 18.09 KB
स्थापना संख्या 267
वर्तमान संस्करण 2020 RC3
अंतिम अपडेट 2020-09-17
प्रकाशन तिथि 2020-09-15
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर Luca Lambia
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lambia/status-chrome
सहायता पृष्ठ URL https://github.com/lambia/Status-Chrome/issues/new
गोपनीयता नीति पृष्ठ URL https://raw.githubusercontent.com/lambia/documents/master/privacy-policy.txt
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.9.2.0",
    "version_name": "2020 RC3",
    "default_locale": "it",
    "browser_action": {
        "default_icon": "icons\/app.png",
        "default_title": "__MSG_appActionToggle__"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "main.html"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_appActionToggle__"
        },
        "debug": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "__MSG_appActionDebug__"
        }
    },
    "icons": {
        "16": "icons\/app.png",
        "32": "icons\/app.png",
        "48": "icons\/app.png",
        "128": "icons\/app.png"
    }
}