Youtube Ends At
Displays when a Youtube video will end.
Cos'è Youtube Ends At?
Youtube Ends At è un'estensione di Chrome sviluppata da https://youtube-extensions.gonguet.com, e la sua funzione principale è "Displays when a Youtube video will end.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Ends At
Scarica i file di estensione Youtube Ends At 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 just displays what time it will be when the video ends, taking playback rate into account. Click on the label to change to "ends in" mode. This currently does not account for SponsorBlock segments.
Informazioni di Base sull'Estensione
Nome | Youtube Ends At |
ID | oahgfgokmkpgkbfnedkbbmnogjmfpljd |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd |
Descrizione | Displays when a Youtube video will end. |
Dimensione del File | 18.81 KB |
Conteggio Installazioni | 232 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2022-11-09 |
Data di Pubblicazione | 2021-03-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://youtube-extensions.gonguet.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://youtube-extensions.gonguet.com/ |
Lingue Supportate | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.7.0", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |