Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
Wat is Always Show Watch Later?
Always Show Watch Later is een Chrome-extensie ontwikkeld door Scott Zackrison, en de belangrijkste functie is "Always shows the Watch Later button for Youtube embedded videos.".
Download het CRX-bestand van de extensie Always Show Watch Later
Download Always Show Watch Later-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
Officiële URL | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
Beschrijving | Always shows the Watch Later button for Youtube embedded videos. |
Bestandsgrootte | 33.75 KB |
Aantal Installaties | 413 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2017-09-06 |
Publicatiedatum | 2017-09-06 |
Beoordeling | 4.64/5 Totaal 28 Beoordelingen |
Ontwikkelaar | Scott Zackrison |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |