StopFlash Flash Blocker

Say StopFlash ! Block flash objects

什么是StopFlash Flash Blocker?

StopFlash Flash Blocker是由Juloo开发的Chrome扩展程序,该扩展的主要功能是“Say StopFlash ! Block flash objects”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载StopFlash Flash Blocker扩展crx文件

下载StopFlash Flash Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 StopFlash Flash Blocker StopFlash Flash Blocker
ID oiiohfpnbijbgdidjfcpcljcfbmkaooi
官方URL https://chromewebstore.google.com/detail/stopflash-flash-blocker/oiiohfpnbijbgdidjfcpcljcfbmkaooi
简介 Say StopFlash ! Block flash objects
文件大小 52.95 KB
安装次数 7,163
当前版本 0.1.5
更新时间 2014-11-10
上架时间 2014-11-06
评分 3.37/5 共127次评分
开发者 Juloo
付费类型 free
扩展官网 http://julow.github.io/
帮助页面URL https://github.com/Julow/StopFlash
支持的语言 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"
    }
}