StopFlash Flash Blocker

Say StopFlash ! Block flash objects

Qu'est-ce que StopFlash Flash Blocker ?

StopFlash Flash Blocker est une extension Chrome développée par Juloo, et sa fonction principale est "Say StopFlash ! Block flash objects".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StopFlash Flash Blocker

Téléchargez les fichiers d'extension StopFlash Flash 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

                        Say Stop Flash!

Stop blocking Flash Flash objects and allows much faster loading of certain web pages!

Unlock only the flash objects you need!

If you often use a Flash object, add it to your whitelist and it will not be blocked.

Many ads use Flash more reason!                    

Informations de Base sur l'Extension

Nom StopFlash Flash Blocker StopFlash Flash Blocker
ID oiiohfpnbijbgdidjfcpcljcfbmkaooi
URL Officiel https://chromewebstore.google.com/detail/stopflash-flash-blocker/oiiohfpnbijbgdidjfcpcljcfbmkaooi
Description Say StopFlash ! Block flash objects
Taille du Fichier 52.95 KB
Nombre d'Installations 7,163
Version Actuelle 0.1.5
Dernière Mise à Jour 2014-11-10
Date de Publication 2014-11-06
Évaluation 3.37/5 Total 127 Évaluations
Développeur Juloo
Type de Paiement free
Site Web de l'Extension http://julow.github.io/
URL de la Page d'Aide https://github.com/Julow/StopFlash
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StopFlash Flash Blocker",
    "short_name": "StopFlash",
    "description": "__MSG_slogan__",
    "author": "juloo",
    "default_locale": "en",
    "offline_enabled": true,
    "version": "0.1.5",
    "icons": {
        "16": "icons\/stopflash_16.png",
        "32": "icons\/stopflash_32.png",
        "48": "icons\/stopflash_48.png",
        "64": "icons\/stopflash_64.png",
        "128": "icons\/stopflash_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "libs\/parseUrl.js\/parseUrl.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/Builder.js\/Builder.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/stopflash_128.png",
        "icons\/stopflash_64.png",
        "icons\/stopflash_48.png",
        "icons\/stopflash_32.png",
        "icons\/stopflash_16.png"
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": "icons\/stopflash_32.png",
        "default_popup": "popup.html"
    }
}