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”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 CPRewritten Flash Enabler CPRewritten Flash Enabler
ID dkgjegocmcicmloagcapoglndjkhpdmm
官方網址 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
}