My Video Player

Youtube video player.

My Video Playerคืออะไร?

My Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lotusmedia และคุณลักษณะหลักของมันคือ "Youtube video player."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Video Player

ดาวน์โหลดไฟล์ส่วนขยาย My Video Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows convient playback of youtube videos online and offline.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My Video Player My Video Player
ID omffbomighihpepmeoplffgbgojfcgkg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-video-player/omffbomighihpepmeoplffgbgojfcgkg
คำอธิบาย Youtube video player.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 1.19.5
อัปเดตครั้งล่าสุด 2012-08-06
วันที่เผยแพร่ 2012-08-06
คะแนน 2.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา lotusmedia
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Video Player",
    "version": "1.19.5",
    "manifest_version": 2,
    "description": "Youtube video player.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background_page": "background.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "notifications",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/reports.js",
                "js\/lib\/util.js",
                "js\/api\/cookie.js",
                "js\/api\/message.js",
                "js\/lib\/async_api.js",
                "js\/lib\/app_api.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}