Frosty Flash Enabler
Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Frosty Flash Enablerとは何ですか?
Frosty Flash Enablerはhttp://frosty.ggによって開発されたChromeの拡張機能で、その主な機能は「Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.」です。
拡張機能のスクリーンショット
Frosty Flash Enabler拡張機能のCRXファイルをダウンロード
Frosty Flash Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for use with Frosty, a virtual penguin world, available at frosty.gg (play.frosty.gg). This automatically enables Flash Player so that you don't have to do it manually every time you restart your browser and want to play Frosty.
拡張機能の基本情報
名前 | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
公式URL | https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc |
説明 | Enables the Flash Player plugin automatically on Frosty, a virtual penguin world. |
ファイルサイズ | 78.58 KB |
インストール数 | 444 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-12 |
公開日 | 2020-07-12 |
開発者 | http://frosty.gg |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://frosty.gg |
ヘルプページのURL | https://go.frosty.gg/help |
プライバシーポリシーページのURL | https://go.frosty.gg/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frosty Flash Enabler", "version": "1.0", "description": "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png", "180": "180.png", "192": "192.png", "512": "512.png" }, "browser_action": { "default_icon": { "32": "32.png" } }, "permissions": [ "contentSettings" ], "manifest_version": 2 } |