Sagive POPUP Blocker

An attempt to build a better simpler popup blocker

Qu'est-ce que Sagive POPUP Blocker ?

Sagive POPUP Blocker est une extension Chrome développée par Sagive SEO, et sa fonction principale est "An attempt to build a better simpler popup blocker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sagive POPUP Blocker

Téléchargez les fichiers d'extension Sagive POPUP Blocker 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

                        A personal evolving popup blocker which works currently on urls entered to a list. I created this to watch videos online without the popups controlling my browser! a list of current urls i am blocking can be found here: https://goo.gl/2SQxVL                    

Informations de Base sur l'Extension

Nom Sagive POPUP Blocker Sagive POPUP Blocker
ID gcainaanppgliejbnkbepejpfepkpbbn
URL Officiel https://chrome.google.com/webstore/detail/sagive-popup-blocker/gcainaanppgliejbnkbepejpfepkpbbn
Description An attempt to build a better simpler popup blocker
Taille du Fichier 132 KB
Nombre d'Installations 384
Version Actuelle 0.0.16
Dernière Mise à Jour 2016-11-18
Date de Publication 2016-11-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur Sagive SEO
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sagive POPUP Blocker",
    "version": "0.0.16",
    "options_page": "parts\/options.html",
    "description": "An attempt to build a better simpler popup blocker",
    "browser_action": {
        "default_popup": "parts\/popdown.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "windows",
        "background",
        "browsingData",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    }
}