YouTubeDJ

Play all YouTubes from Facebook user or page.

YouTubeDJคืออะไร?

YouTubeDJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.youtubedj.net และคุณลักษณะหลักของมันคือ "Play all YouTubes from Facebook user or page."

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

screenshot

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

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

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

                        Go to any Facebook user or page and click icon in address bar to play all YouTubes like a radio station.

This application was not developed by Google Inc. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

ชื่อ YouTubeDJ YouTubeDJ
ID caedepagkeljijgohlgelibbnldpkfgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk
คำอธิบาย Play all YouTubes from Facebook user or page.
ขนาดไฟล์ 18.97 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-01-18
วันที่เผยแพร่ 2013-01-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.youtubedj.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.youtubedj.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTubeDJ",
    "description": "Play all YouTubes from Facebook user or page.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "ytdj_logo_19.png",
        "default_title": "Play this in YouTubeDJ"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "ytdj_logo_48.png",
        "128": "ytdj_logo_128_cws.png"
    }
}