"Missing Plug-in" Fix

A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.

"Missing Plug-in" Fix là gì?

"Missing Plug-in" Fix là một tiện ích mở rộng Chrome được phát triển bởi TVT Studio, và tính năng chính của nó là "A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng "Missing Plug-in" Fix

Tải xuống các tệp mở rộng "Missing Plug-in" Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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  tag.

PLEASE READ:
Google Chrome has (had) a bug in which it does not render flash content when the  tag doesn't contain attribute type="application/x-shockwave-flash". This extension will use jQuery to add the needed attribute and reload the content, thus Chrome can display it.

It can not fix other errors not related to the lack of attribute "type" in  tag (like shockwave keeps crashing, etc...). 

Please show any specific links where you think this extension should works but it doesn't in the comments. A generic comments like "This extension doesn't work" can not help me to find out how to resolve your situation. Thanks in advance.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên "Missing Plug-in" Fix
ID plkplgmhfkkhokgkdkblfcnfeccpippe
URL Chính Thức https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe
Mô tả A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
Kích Thước Tệp 99.67 KB
Số Lần Cài Đặt 51,429
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2013-09-21
Ngày Phát Hành 2013-09-21
Đánh Giá 3.13/5 Tổng số 661 Đánh Giá
Nhà Phát Triển TVT Studio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}