CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
什么是CPRewritten Flash Enabler?
CPRewritten Flash Enabler是由https://play.cprewritten.net开发的Chrome扩展程序,该扩展的主要功能是“Allows CPRewritten to automatically run Flash Player”。
扩展截图
下载CPRewritten Flash Enabler扩展crx文件
下载CPRewritten Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow Club Penguin Rewritten to enable Flash by default in Chrome. Easily improve your Club Penguin Rewritten experience with this easy-to-install extension! You play the game, our enabler will do the work for you. No more having to manually enable the option yourselves! Your privacy is important to us, we will use your permissions only to support Flash and nothing else.
扩展基本信息
名称 | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
官方URL | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
简介 | Allows CPRewritten to automatically run Flash Player |
文件大小 | 27.58 KB |
安装次数 | 210,769 |
当前版本 | 0.2 |
更新时间 | 2019-06-12 |
上架时间 | 2019-06-12 |
评分 | 4.27/5 共89次评分 |
开发者 | https://play.cprewritten.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://play.cprewritten.net |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRewritten Flash Enabler", "version": "0.2", "description": "Allows CPRewritten to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "toolbar_icon32.png" } }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |