Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
Cos'è Always Show Watch Later?
Always Show Watch Later è un'estensione di Chrome sviluppata da Scott Zackrison, e la sua funzione principale è "Always shows the Watch Later button for Youtube embedded videos.".
Scarica il file CRX dell'estensione Always Show Watch Later
Scarica i file di estensione Always Show Watch Later in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
URL Ufficiale | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
Descrizione | Always shows the Watch Later button for Youtube embedded videos. |
Dimensione del File | 33.75 KB |
Conteggio Installazioni | 413 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-09-06 |
Data di Pubblicazione | 2017-09-06 |
Valutazione | 4.64/5 Totale 28 Valutazioni |
Sviluppatore | Scott Zackrison |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |