KIXEYE Flash Game Enabler
Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
KIXEYE Flash Game Enabler란 무엇입니까?
KIXEYE Flash Game Enabler은(는) KIXEYE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above"입니다.
확장 프로그램 스크린샷
KIXEYE Flash Game Enabler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, Flash Player will run by default for KIXEYE games on Facebook or KIXEYE.com. Flash permissions for all other sites will not change.
확장 프로그램 기본 정보
이름 | KIXEYE Flash Game Enabler |
ID | hffmfihlnmlgjniohpolledajiiiegfl |
공식 URL | https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl |
설명 | Allow KIXEYE Flash games to launch by default in Chrome version 69 and above |
파일 크기 | 60.42 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-09-03 |
출시 날짜 | 2019-09-03 |
평점 | 3.06/5 총 53 개의 평점 |
개발자 | KIXEYE |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.kixeye.com |
개인정보 보호 정책 페이지 URL | https://corp.kixeye.com/pp.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIXEYE Flash Game Enabler", "description": "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above", "manifest_version": 2, "version": "1.0.3", "icons": { "16": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "32": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "48": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "128": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png" }, "browser_action": { "default_icon": { "16": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "32": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "48": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "128": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png" }, "default_popup": "html\/popup.html", "default_title": "KIXEYE Flash Game Enabler" }, "permissions": [ "contentSettings", "storage" ], "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js", "persistence.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |