NewCP Flash Enabler
This extension allows flash to be enabled automatically on New Club Penguin!
What is NewCP Flash Enabler?
NewCP Flash Enabler is a Chrome extension developed by https://play.newcp.net, and its main feature is "This extension allows flash to be enabled automatically on New Club Penguin!".
Extension Screenshots
Download NewCP Flash Enabler Extension CRX File
Download NewCP 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
Turn your Chrome Browser into the ultimate NewCP-playing application. This lightweight utility is completely free to use. Simply install our extension to ensure Flash is always enabled while waddling.
Extension Basic Information
Name | |
ID | fdjpgecmadhkbghjgbpncjdjbioakffl |
Official URL | https://chromewebstore.google.com/detail/newcp-flash-enabler/fdjpgecmadhkbghjgbpncjdjbioakffl |
Description | This extension allows flash to be enabled automatically on New Club Penguin! |
File Size | 102 KB |
Installation Count | 4,034 |
Current Version | 0.1 |
Last Updated | 2020-07-11 |
Publish Date | 2020-07-11 |
Rating | 3.22/5 Total 23 Ratings |
Developer | https://play.newcp.net |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewCP Flash Enabler", "version": "0.1", "description": "This extension allows flash to be enabled automatically on New Club Penguin!", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "icon.png" } }, "icons": { "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-128x128.png", "192": "icon-192x192.png" }, "manifest_version": 2 } |