Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
Vad är Always Show Watch Later?
Always Show Watch Later är en Chrome-tillägg utvecklad av Scott Zackrison, och dess huvudfunktion är "Always shows the Watch Later button for Youtube embedded videos.".
Ladda ner Always Show Watch Later-förlängningens CRX-fil
Ladda ner Always Show Watch Later-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
Officiell webbadress | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
Beskrivning | Always shows the Watch Later button for Youtube embedded videos. |
Filstorlek | 33.75 KB |
Antal Installationer | 413 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2017-09-06 |
Publiceringsdatum | 2017-09-06 |
Betyg | 4.64/5 Totalt 28 Betyg |
Utvecklare | Scott Zackrison |
Betalningssätt | free |
Stödda Språk | 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" } } |