FlexBlock
A free ad blocker for Chrome that can interact with other extensions.
FlexBlock là gì?
FlexBlock là một tiện ích mở rộng Chrome được phát triển bởi https://addonate.org, và tính năng chính của nó là "A free ad blocker for Chrome that can interact with other extensions.".
Ả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 FlexBlock
Tải xuống các tệp mở rộng FlexBlock 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
Ad blocker with capabilities to interact with other extensions. Based on Adblock Plus, it will allow you to surf the web without obtrusive ads cluttering your screen! FlexBlock for Google Chrome blocks: · Banners · YouTube video ads · Facebook advertisements · Pop-ups · All other obtrusive ads Please note: When installing FlexBlock for Chrome, your browser shows a warning that FlexBlock for Chrome has access to your browsing history and data. This is a standard message, we NEVER collect any information whatsoever!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FlexBlock |
ID | fclgdddlfjpkchefafhcbpakmahjokho |
URL Chính Thức | https://chromewebstore.google.com/detail/flexblock/fclgdddlfjpkchefafhcbpakmahjokho |
Mô tả | A free ad blocker for Chrome that can interact with other extensions. |
Kích Thước Tệp | 339 KB |
Số Lần Cài Đặt | 4,803 |
Phiên Bản Hiện Tại | 0.9.0 |
Cập Nhật Lần Cuối | 2015-06-19 |
Ngày Phát Hành | 2015-06-18 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://addonate.org |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FlexBlock", "short_name": "__MSG_name__", "version": "0.9.0", "default_locale": "en_US", "description": "A free ad blocker for Chrome that can interact with other extensions.", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "background": { "scripts": [ "ext\/common.js", "ext\/background.js", "lib\/compat.js", "lib\/info.js", "lib\/io.js", "lib\/adblockplus.js", "lib\/punycode.js", "lib\/publicSuffixList.js", "lib\/basedomain.js", "lib\/sha1.js", "lib\/jsbn.js", "lib\/rsa.js", "webrequest.js", "popupBlocker.js", "iconAnimation.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "ext\/common.js", "ext\/content.js", "include.preload.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "include.postload.js", "installed_extension.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "minimum_chrome_version": "28.0", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webRequest", "webRequestBlocking", "webNavigation", "unlimitedStorage", "notifications" ], "web_accessible_resources": [ "block.html" ] } |