YouTube++

This extension shows the publishing or uploading date of related youtube videos in sidebar.

YouTube++คืออะไร?

YouTube++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย divyum และคุณลักษณะหลักของมันคือ "This extension shows the publishing or uploading date of related youtube videos in sidebar."

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

screenshot
screenshot

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

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

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

                        Ever wondered if you could get the published date of related videos without even opening the videos in youtube, here is an extension which will solve this for you.                    

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

ชื่อ YouTube++ YouTube++
ID mbaflkdlneldejanggphlhcepncjfaco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube++/mbaflkdlneldejanggphlhcepncjfaco
คำอธิบาย This extension shows the publishing or uploading date of related youtube videos in sidebar.
ขนาดไฟล์ 229 KB
จำนวนการติดตั้ง 2,716
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2019-11-12
วันที่เผยแพร่ 2019-11-11
คะแนน 3.77/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา divyum
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube++",
    "short_name": "YTD",
    "description": "This extension shows the publishing or uploading date of related youtube videos in sidebar.",
    "version": "2.3.2",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "image\/loader_gif.gif"
    ]
}