Flippr Flash Enabler
Allows Flippr to automatically run Flash Player
Flippr Flash Enablerとは何ですか?
Flippr Flash Enablerはhttp://flippr.networkによって開発されたChromeの拡張機能で、その主な機能は「Allows Flippr to automatically run Flash Player」です。
拡張機能のスクリーンショット
Flippr Flash Enabler拡張機能のCRXファイルをダウンロード
Flippr Flash Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.
拡張機能の基本情報
名前 | |
ID | ffanchcjbhcfdbinfikgiifjhamojmdc |
公式URL | https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc |
説明 | Allows Flippr to automatically run Flash Player |
ファイルサイズ | 24.07 KB |
インストール数 | 1,876 |
現在のバージョン | 0.4.1 |
最終更新日 | 2020-07-04 |
公開日 | 2020-07-04 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | http://flippr.network |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://flippr.network |
ヘルプページのURL | https://discord.gg/Dtnrgea |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flippr Flash Enabler", "version": "0.4.1", "description": "Allows Flippr to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "32.png" } }, "icons": { "32": "32.png", "48": "48.png", "128": "128.png", "192": "192.png" }, "short_name": "FFE", "manifest_version": 2 } |