KIXEYE Flash Game Enabler
Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
KIXEYE Flash Game Enabler là gì?
KIXEYE Flash Game Enabler là một tiện ích mở rộng Chrome được phát triển bởi KIXEYE, và tính năng chính của nó là "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KIXEYE Flash Game Enabler
Tải xuống các tệp mở rộng KIXEYE Flash Game Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KIXEYE Flash Game Enabler |
ID | hffmfihlnmlgjniohpolledajiiiegfl |
URL Chính Thức | https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl |
Mô tả | Allow KIXEYE Flash games to launch by default in Chrome version 69 and above |
Kích Thước Tệp | 60.42 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-09-03 |
Ngày Phát Hành | 2019-09-03 |
Đánh Giá | 3.06/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | KIXEYE |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kixeye.com |
URL Trang Chính Sách Bảo Mật | https://corp.kixeye.com/pp.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |