NewCP Flash Enabler
This extension allows flash to be enabled automatically on New Club Penguin!
Qu'est-ce que NewCP Flash Enabler ?
NewCP Flash Enabler est une extension Chrome développée par https://play.newcp.net, et sa fonction principale est "This extension allows flash to be enabled automatically on New Club Penguin!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NewCP Flash Enabler
Téléchargez les fichiers d'extension NewCP 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
Turn your Chrome Browser into the ultimate NewCP-playing application. This lightweight utility is completely free to use. Simply install our extension to ensure Flash is always enabled while waddling.
Informations de Base sur l'Extension
Nom | |
ID | fdjpgecmadhkbghjgbpncjdjbioakffl |
URL Officiel | https://chromewebstore.google.com/detail/newcp-flash-enabler/fdjpgecmadhkbghjgbpncjdjbioakffl |
Description | This extension allows flash to be enabled automatically on New Club Penguin! |
Taille du Fichier | 102 KB |
Nombre d'Installations | 4,034 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2020-07-11 |
Évaluation | 3.22/5 Total 23 Évaluations |
Développeur | https://play.newcp.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewCP Flash Enabler", "version": "0.1", "description": "This extension allows flash to be enabled automatically on New Club Penguin!", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "icon.png" } }, "icons": { "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-128x128.png", "192": "icon-192x192.png" }, "manifest_version": 2 } |