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
拡張機能の基本情報
名前 | |
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" } } |