NewCP Flash Enabler
This extension allows flash to be enabled automatically on New Club Penguin!
NewCP Flash Enablerとは何ですか?
NewCP Flash Enablerはhttps://play.newcp.netによって開発されたChromeの拡張機能で、その主な機能は「This extension allows flash to be enabled automatically on New Club Penguin!」です。
拡張機能のスクリーンショット
NewCP Flash Enabler拡張機能のCRXファイルをダウンロード
NewCP Flash Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | fdjpgecmadhkbghjgbpncjdjbioakffl |
公式URL | https://chromewebstore.google.com/detail/newcp-flash-enabler/fdjpgecmadhkbghjgbpncjdjbioakffl |
説明 | This extension allows flash to be enabled automatically on New Club Penguin! |
ファイルサイズ | 102 KB |
インストール数 | 4,034 |
現在のバージョン | 0.1 |
最終更新日 | 2020-07-11 |
公開日 | 2020-07-11 |
評価 | 3.22/5 合計 23 レビュー |
開発者 | https://play.newcp.net |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |