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
官方網址 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
    }
}