Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

什麼是Always Show Watch Later?

Always Show Watch Later是由Scott Zackrison開發的Chrome擴展程式,該擴展的主要功能是“Always shows the Watch Later button for Youtube embedded videos.”。

下載Always Show Watch Later擴展crx文件

下載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
官方網址 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"
    }
}