PakTube

Replaces all missing youtube videos with working objects. Works without enabling proxy.

PakTubeคืออะไร?

PakTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย khuramyz และคุณลักษณะหลักของมันคือ "Replaces all missing youtube videos with working objects. Works without enabling proxy."

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Replaces all missing youtube videos with working objects. Helps Pak users with frustrating lack of Youtube videos in web pages. Works without enabling proxy.                    

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

ชื่อ PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
คำอธิบาย Replaces all missing youtube videos with working objects. Works without enabling proxy.
ขนาดไฟล์ 46.45 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2015-05-25
วันที่เผยแพร่ 2015-05-25
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา khuramyz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PakTube",
    "version": "0.1.1",
    "description": "Replaces all missing youtube videos with working objects. Works without enabling proxy.",
    "author": "Raja Amer Khan",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2
}