Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Always Show Watch Laterคืออะไร?

Always Show Watch Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Zackrison และคุณลักษณะหลักของมันคือ "Always shows the Watch Later button for Youtube embedded videos."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Always Show Watch Later

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

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

                        This extension forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

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

ชื่อ Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
คำอธิบาย Always shows the Watch Later button for Youtube embedded videos.
ขนาดไฟล์ 33.75 KB
จำนวนการติดตั้ง 413
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-09-06
วันที่เผยแพร่ 2017-09-06
คะแนน 4.64/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Scott Zackrison
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}