Popup Blocker 2020 - Working!

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

Qu'est-ce que Popup Blocker 2020 - Working! ?

Popup Blocker 2020 - Working! est une extension Chrome développée par Luca Lambia, et sa fonction principale est "How to stop popups, windows and ads while watching movies on streaming platforms.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Popup Blocker 2020 - Working!

Téléchargez les fichiers d'extension Popup Blocker 2020 - Working! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Popup Blocker 2020 - Working! Popup Blocker 2020 - Working!
ID nejbokmfkapoppdmaacncianpfepoobf
URL Officiel https://chromewebstore.google.com/detail/popup-blocker-2020-workin/nejbokmfkapoppdmaacncianpfepoobf
Description How to stop popups, windows and ads while watching movies on streaming platforms.
Taille du Fichier 18.09 KB
Nombre d'Installations 267
Version Actuelle 2020 RC3
Dernière Mise à Jour 2020-09-17
Date de Publication 2020-09-15
Évaluation 4.13/5 Total 8 Évaluations
Développeur Luca Lambia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lambia/status-chrome
URL de la Page d'Aide https://github.com/lambia/Status-Chrome/issues/new
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/lambia/documents/master/privacy-policy.txt
Langues Prises en Charge 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"
    }
}