CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
Cos'è CPRewritten Flash Enabler?
CPRewritten Flash Enabler è un'estensione di Chrome sviluppata da https://play.cprewritten.net, e la sua funzione principale è "Allows CPRewritten to automatically run Flash Player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CPRewritten Flash Enabler
Scarica i file di estensione CPRewritten Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
URL Ufficiale | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
Descrizione | Allows CPRewritten to automatically run Flash Player |
Dimensione del File | 27.58 KB |
Conteggio Installazioni | 210,769 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-06-12 |
Data di Pubblicazione | 2019-06-12 |
Valutazione | 4.27/5 Totale 89 Valutazioni |
Sviluppatore | https://play.cprewritten.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://play.cprewritten.net |
Lingue Supportate | 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 } |