CPRewritten Flash Enabler

Allows CPRewritten to automatically run Flash Player

Co to jest CPRewritten Flash Enabler?

CPRewritten Flash Enabler to rozszerzenie Chrome opracowane przez https://play.cprewritten.net, a jego główną funkcją jest „Allows CPRewritten to automatically run Flash Player”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CPRewritten Flash Enabler

Pobierz pliki rozszerzeń CPRewritten Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CPRewritten Flash Enabler CPRewritten Flash Enabler
ID dkgjegocmcicmloagcapoglndjkhpdmm
Oficjalny URL https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm
Opis Allows CPRewritten to automatically run Flash Player
Rozmiar pliku 27.58 KB
Liczba instalacji 210,769
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-06-12
Data Publikacji 2019-06-12
Ocena 4.27/5 Łącznie 89 Oceny
Deweloper https://play.cprewritten.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://play.cprewritten.net
Obsługiwane Języki 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
}