"Missing Plug-in" Fix
A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
"Missing Plug-in" Fixとは何ですか?
"Missing Plug-in" FixはTVT Studioによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.」です。
拡張機能のスクリーンショット
"Missing Plug-in" Fix拡張機能のCRXファイルをダウンロード
"Missing Plug-in" Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As of version 1, this extension only fix "Missing Plug-in" error on Zing MP3 website. For version 2, the extension can fix this error on any website containing flash content within 拡張機能の基本情報
| 名前 | |
| ID | plkplgmhfkkhokgkdkblfcnfeccpippe |
| 公式URL | https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe |
| 説明 | A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome. |
| ファイルサイズ | 99.67 KB |
| インストール数 | 51,429 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2013-09-21 |
| 公開日 | 2013-09-21 |
| 評価 | 3.13/5 合計 661 レビュー |
| 開発者 | TVT Studio |
| 支払い方法 | free |
| 対応言語 | en,vi |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "2.1",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"default_locale": "vi",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"js\/jquery-1.7.min.js"
],
"run_at": "document_start"
},
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"js\/flashfix.js"
],
"run_at": "document_end"
}
]
} | |