"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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TVT Studio และคุณลักษณะหลักของมันคือ "A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย "Missing Plug-in" Fix
ดาวน์โหลดไฟล์ส่วนขยาย "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"
}
]
} | |