Flash Player +
Flash Player + play & save favourite flashes to view them later.
Flash Player +とは何ですか?
Flash Player +はFlash Player +によって開発されたChromeの拡張機能で、その主な機能は「Flash Player + play & save favourite flashes to view them later.」です。
拡張機能のスクリーンショット
Flash Player +拡張機能のCRXファイルをダウンロード
Flash Player +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading. Add new flash file: - Navigate to the webpage with some flash files - Click to icon of extension Flash Player + - Select on top menu "Add flash from actual page" - Click to blue icon "add" - If you want can change flash name Play saves flashes: - Click to icon of Flash Player + - Select on top menu "My Flash Playlist" - Click to blue icon "play" or name of flash (flash opens in Fullscreen mode) - If you want you can remove flash (red icon) Thank you and we hope you enjoy this extension.
拡張機能の基本情報
名前 | |
ID | fnipglnbhfacfmefbgiiodalehbcgcbm |
公式URL | https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm |
説明 | Flash Player + play & save favourite flashes to view them later. |
ファイルサイズ | 107 KB |
インストール数 | 320,032 |
現在のバージョン | 2.4 |
最終更新日 | 2022-03-07 |
公開日 | 2020-06-20 |
評価 | 3.05/5 合計 174 レビュー |
開発者 | Flash Player + |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4", "name": "Flash Player +", "description": "Flash Player + play & save favourite flashes to view them later.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/getxmlcprt.com" ] } |