GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
什麼是GamePoint Flash Enabler?
GamePoint Flash Enabler是由http://www.gamepoint.com開發的Chrome擴展程式,該擴展的主要功能是“This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.”。
擴展截圖
下載GamePoint Flash Enabler擴展crx文件
下載GamePoint Flash Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension enables flash for the GamePoint games so you don't have to.
擴展基本資訊
名稱 | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
官方網址 | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
簡介 | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
檔案大小 | 701 KB |
安裝次數 | 50,000 |
目前版本 | 1.3 |
更新時間 | 2020-05-29 |
上架時間 | 2020-05-28 |
評分 | 2.95/5 共 41 次評分 |
開發者 | http://www.gamepoint.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.gamepoint.com |
支援的語言 | 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 } } |