CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
What is CPRewritten Flash Enabler?
CPRewritten Flash Enabler is a Chrome extension developed by https://play.cprewritten.net, and its main feature is "Allows CPRewritten to automatically run Flash Player".
Extension Screenshots
Download CPRewritten Flash Enabler Extension CRX File
Download CPRewritten Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
Official URL | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
Description | Allows CPRewritten to automatically run Flash Player |
File Size | 27.58 KB |
Installation Count | 210,769 |
Current Version | 0.2 |
Last Updated | 2019-06-12 |
Publish Date | 2019-06-12 |
Rating | 4.27/5 Total 89 Ratings |
Developer | https://play.cprewritten.net |
[email protected] | |
Payment Type | free |
Extension Website | https://play.cprewritten.net |
Supported Languages | 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 } |