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 là gì?

Flash Control là một tiện ích mở rộng Chrome được phát triển bởi nachtnyg, và tính năng chính của nó là "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash Control

Tải xuống các tệp mở rộng Flash Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
URL Chính Thức https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
Mô tả Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Kích Thước Tệp 49.67 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-09-25
Ngày Phát Hành 2019-09-25
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nachtnyg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}