Flah - flash enabler
Enables Flash automatically
Flah - flash enablerとは何ですか?
Flah - flash enablerはzer0によって開発されたChromeの拡張機能で、その主な機能は「Enables Flash automatically」です。
拡張機能のスクリーンショット
Flah - flash enabler拡張機能のCRXファイルをダウンロード
Flah - flash enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically enable Flash Player on any website you want. You dont have to press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.
拡張機能の基本情報
名前 | Flah - flash enabler |
ID | odoiohbbplgpbkfinacjpmcfpgfinljb |
公式URL | https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb |
説明 | Enables Flash automatically |
ファイルサイズ | 115 KB |
インストール数 | 4,456 |
現在のバージョン | 1.1 |
最終更新日 | 2020-02-23 |
公開日 | 2020-02-23 |
評価 | 3.00/5 合計 7 レビュー |
開発者 | zer0 |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "tabs", "contentSettings" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |