Wiki Tube

Movie teaser video addded to the top of the Wikipedia page of the Movie

Wiki Tubeคืออะไร?

Wiki Tube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikhil Nainani และคุณลักษณะหลักของมันคือ "Movie teaser video addded to the top of the Wikipedia page of the Movie"

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

screenshot

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

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

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

                        This extension adds the youtube teaser video of a movie right at the top of the wikipedia page of the movie. May not work for all movies becuase of keyword search on Youtube API.                    

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

ชื่อ Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
คำอธิบาย Movie teaser video addded to the top of the Wikipedia page of the Movie
ขนาดไฟล์ 8.54 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-11-25
วันที่เผยแพร่ 2014-11-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Nikhil Nainani
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Tube",
    "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie",
    "version": "1.2",
    "permissions": [
        "https:\/\/www.goodreads.com\/*",
        "http:\/\/www.goodreads.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/*",
                "https:\/\/en.wikipedia.org\/*"
            ],
            "js": [
                "test.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "js": [
                "2.js"
            ]
        }
    ]
}