CPRemastered Flash Enabler

Allows CPRMastered to automatically run Flash Player

What is CPRemastered Flash Enabler?

CPRemastered Flash Enabler is a Chrome extension developed by https://cpremastered.com, and its main feature is "Allows CPRMastered to automatically run Flash Player".

Extension Screenshots

screenshot
screenshot
screenshot

Download CPRemastered Flash Enabler Extension CRX File

Download CPRemastered 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

                        This auto enables flash for CPRemastered.com This will be deprecated in the future when we switch to HTML5.                    

Extension Basic Information

Name CPRemastered Flash Enabler CPRemastered Flash Enabler
ID nbjhiamjcdkhjjahklhjjddigcbalkll
Official URL https://chrome.google.com/webstore/detail/cpremastered-flash-enable/nbjhiamjcdkhjjahklhjjddigcbalkll
Description Allows CPRMastered to automatically run Flash Player
File Size 16.26 KB
Installation Count 623
Current Version 0.4
Last Updated 2020-04-02
Publish Date 2020-04-01
Rating 5.00/5 Total 2 Ratings
Developer https://cpremastered.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CPRemastered Flash Enabler",
    "version": "0.4",
    "description": "Allows CPRMastered 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
}