Show YouTube Video Upload Date
Show video upload dates on the YouTube video page.
Cos'è Show YouTube Video Upload Date?
Show YouTube Video Upload Date è un'estensione di Chrome sviluppata da Soulbot Software, e la sua funzione principale è "Show video upload dates on the YouTube video page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show YouTube Video Upload Date
Scarica i file di estensione Show YouTube Video Upload Date 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
Show the full date that the video was uploaded on the YouTube video page, instead of "1 year ago", "2 weeks ago", etc. Also includes dates for videos in the sidebar. When submitting support requests please provide YouTube URL, OS (Windows/Mac/etc) and screen resolution http://whatismyscreenresolution.net/
Informazioni di Base sull'Estensione
Nome | Show YouTube Video Upload Date |
ID | amdebbajoolgbbgdhdnkhmgkkdlbkdgi |
URL Ufficiale | https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi |
Descrizione | Show video upload dates on the YouTube video page. |
Dimensione del File | 9.85 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 3.4 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2022-03-06 |
Valutazione | 4.10/5 Totale 96 Valutazioni |
Sviluppatore | Soulbot Software |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stevedecoded/youtube-upload-date |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.4", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "default_locale": "en" } |