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란 무엇입니까?
Flash Control은(는) nachtnyg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
공식 URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
설명 | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
파일 크기 | 49.67 KB |
설치 횟수 | 2,000 |
현재 버전 | 2.2 |
최근 업데이트 | 2019-09-25 |
출시 날짜 | 2019-09-25 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | nachtnyg |
결제 유형 | free |
지원되는 언어 | 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 } } |