Flash Block (Plus)
Provides control over all flash contents
Flash Block (Plus) là gì?
Flash Block (Plus) là một tiện ích mở rộng Chrome được phát triển bởi chYer, và tính năng chính của nó là "Provides control over all flash contents".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flash Block (Plus)
Tải xuống các tệp mở rộng Flash Block (Plus) 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 Block (Plus) extension controls all Adobe Flash contents (including ads, games, video and music players) in webpages. As you browse, a placeholder frame(s) stating 'Flash Content' appears instead of the actual Flash. Clicking on the frame loads the original content. Moreover, you can white-list any website from toolbar-popup to disable the extension. Important features: 1. Allows you to block flash contents (including banners, games, video and music players) in all webpages. 2. Easily switch the extension On or Off from the toolbar popup. 3. Add or remove websites to the white-list from toolbar-popup. 4. An empty frame appears in place of the actual flash, clicking on the frame will load the flash. Note: in order to report Bugs, please visit addon's Homepage (http://mybrowseraddon.com/noflash.html) and fill the bug report form.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Flash Block (Plus) |
ID | lhjanpmhcanjknkcfjiikkjdecjkmngn |
URL Chính Thức | https://chromewebstore.google.com/detail/flash-block-plus/lhjanpmhcanjknkcfjiikkjdecjkmngn |
Mô tả | Provides control over all flash contents |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2018-10-23 |
Ngày Phát Hành | 2018-10-23 |
Đánh Giá | 3.21/5 Tổng số 112 Đánh Giá |
Nhà Phát Triển | chYer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mybrowseraddon.com/noflash.html |
URL Trang Trợ Giúp | http://mybrowseraddon.com/noflash.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.9", "manifest_version": 2, "short_name": "noflash", "name": "Flash Block (Plus)", "permissions": [ "tabs", "storage" ], "background": { "page": "lib\/chrome\/background.html" }, "web_accessible_resources": [ "data\/content_script\/*" ], "homepage_url": "http:\/\/mybrowseraddon.com\/noflash.html", "description": "Provides control over all flash contents", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "browser_action": { "default_title": "Flash Block (Plus)", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ " |