FlexBlock
A free ad blocker for Chrome that can interact with other extensions.
FlexBlock란 무엇입니까?
FlexBlock은(는) https://addonate.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free ad blocker for Chrome that can interact with other extensions."입니다.
확장 프로그램 스크린샷
FlexBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | FlexBlock |
ID | fclgdddlfjpkchefafhcbpakmahjokho |
공식 URL | https://chromewebstore.google.com/detail/flexblock/fclgdddlfjpkchefafhcbpakmahjokho |
설명 | A free ad blocker for Chrome that can interact with other extensions. |
파일 크기 | 339 KB |
설치 횟수 | 4,803 |
현재 버전 | 0.9.0 |
최근 업데이트 | 2015-06-19 |
출시 날짜 | 2015-06-18 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://addonate.org |
결제 유형 | free |
지원되는 언어 | 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" ] } |