CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
Qu'est-ce que CPRewritten Flash Enabler ?
CPRewritten Flash Enabler est une extension Chrome développée par https://play.cprewritten.net, et sa fonction principale est "Allows CPRewritten to automatically run Flash Player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CPRewritten Flash Enabler
Téléchargez les fichiers d'extension CPRewritten Flash Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
URL Officiel | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
Description | Allows CPRewritten to automatically run Flash Player |
Taille du Fichier | 27.58 KB |
Nombre d'Installations | 210,769 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-06-12 |
Date de Publication | 2019-06-12 |
Évaluation | 4.27/5 Total 89 Évaluations |
Développeur | https://play.cprewritten.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://play.cprewritten.net |
Langues Prises en Charge | 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 } |