Single click Flash games access
Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.
Single click Flash games access란 무엇입니까?
Single click Flash games access은(는) Smart Project GMBH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore."입니다.
확장 프로그램 스크린샷
Single click Flash games access 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Forget about annoying Flash pop-ups. Just install this extension and you will never need to “Allow Flash” in your browser anymore. Extension configures Flash in your browser to allow running games without any hassle. Install once and forget about Flash issues!
확장 프로그램 기본 정보
이름 | Single click Flash games access |
ID | cngjoacjdpnadhhjpdppcdjboiclnclc |
공식 URL | https://chromewebstore.google.com/detail/single-click-flash-games/cngjoacjdpnadhhjpdppcdjboiclnclc |
설명 | Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore. |
파일 크기 | 26.51 KB |
설치 횟수 | 91,892 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2019-08-01 |
출시 날짜 | 2019-07-31 |
평점 | 2.76/5 총 104 개의 평점 |
개발자 | Smart Project GMBH |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "bgSync.js" ] }, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "page_action": { "default_icon": "128.png" }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "manifest_version": 2, "permissions": [ "contentSettings", "tabs" ], "version": "1.6.1" } |