Flash Control

Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.

Flash Controlとは何ですか?

Flash Controlはnachtnygによって開発されたChromeの拡張機能で、その主な機能は「Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.」です。

拡張機能のスクリーンショット

screenshot

Flash Control拡張機能のCRXファイルをダウンロード

Flash Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit.



Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well.
All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing!
Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked.                    

拡張機能の基本情報

名前 Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
公式URL https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
説明 Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
ファイルサイズ 49.67 KB
インストール数 2,000
現在のバージョン 2.2
最終更新日 2019-09-25
公開日 2019-09-25
評価 3.50/5 合計 2 レビュー
開発者 nachtnyg
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Control",
    "version": "2.2",
    "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Flash Control"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}