CPRewritten Flash Enabler

Allows CPRewritten to automatically run Flash Player

Что такое CPRewritten Flash Enabler?

CPRewritten Flash Enabler - это расширение Chrome, разработанное https://play.cprewritten.net, и его основная функция - "Allows CPRewritten to automatically run Flash Player".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения CPRewritten Flash Enabler

Скачайте файлы расширений 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
Официальный 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
}