Flash Blocker free
Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
Flash Blocker free란 무엇입니까?
Flash Blocker free은(는) http://flashplugin.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound."입니다.
확장 프로그램 스크린샷
Flash Blocker free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.
확장 프로그램 기본 정보
이름 | |
ID | gejadgkogecdjipdihdemjoafjlolemj |
공식 URL | https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj |
설명 | Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound. |
파일 크기 | 172 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-10-13 |
출시 날짜 | 2014-10-13 |
평점 | 2.54/5 총 26 개의 평점 |
개발자 | http://flashplugin.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://flashplugin.net/ |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Flash Blocker free", "default_locale": "en", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/flashplugin.net\/", "version": "1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Flash Blocker free" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "notifications", "cookies" ] } |