Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

Youtube Collectorคืออะไร?

Youtube Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liviu Ungureanu และคุณลักษณะหลักของมันคือ "Collect all Youtube URLs from current page and create a playlist."

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

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

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

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

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

ชื่อ Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
คำอธิบาย Collect all Youtube URLs from current page and create a playlist.
ขนาดไฟล์ 6.46 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-08-07
วันที่เผยแพร่ 2015-08-07
ผู้พัฒนา Liviu Ungureanu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Collector",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect all Youtube URLs from current page and create a playlist.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        ""
    ]
}