GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
GamePoint Flash Enabler là gì?
GamePoint Flash Enabler là một tiện ích mở rộng Chrome được phát triển bởi http://www.gamepoint.com, và tính năng chính của nó là "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Ả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 GamePoint Flash Enabler
Tải xuống các tệp mở rộng GamePoint Flash 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
This extension enables flash for the GamePoint games so you don't have to.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
URL Chính Thức | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Mô tả | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Kích Thước Tệp | 701 KB |
Số Lần Cài Đặt | 50,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-05-29 |
Ngày Phát Hành | 2020-05-28 |
Đánh Giá | 2.95/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | http://www.gamepoint.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gamepoint.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamePoint Flash Enabler", "short_name": "GamePoint Flash Enabler", "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.", "version": "1.3", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_title": "GamePoint Flash Enabler" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "incognito": "split", "background": { "scripts": [ "js\/flashenabler.js" ], "persistent": false } } |