YouTube Upload Time

Know exactly when a video was uploaded.

Cos'è YouTube Upload Time?

YouTube Upload Time è un'estensione di Chrome sviluppata da Beren, e la sua funzione principale è "Know exactly when a video was uploaded.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Upload Time

Scarica i file di estensione YouTube Upload Time 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

                        Ever asked yourself exactly when a video was uploaded? Do you want to know more about YouTube and its history? Do you spend lots of time watching videos? 
If the answer to any of those questions is yes, you should consider installing YouTube Upload Time.

This extension uses the Google API to know exactly when any video was uploaded. When you are watching, simply click on the extension's icon and the exact time and date will be displayed to you.

Privacy policy: https://legal.beren.dev/youtube.html                    

Informazioni di Base sull'Estensione

Nome YouTube Upload Time YouTube Upload Time
ID nenoecmaibjcahoahnmeinahlapheblg
URL Ufficiale https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg
Descrizione Know exactly when a video was uploaded.
Dimensione del File 148 KB
Conteggio Installazioni 34,980
Versione Corrente 1.3
Ultimo Aggiornamento 2022-10-10
Data di Pubblicazione 2020-09-27
Valutazione 4.43/5 Totale 35 Valutazioni
Sviluppatore Beren
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Upload Time",
    "version": "1.3",
    "description": "Know exactly when a video was uploaded.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/youdate.beren.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/youdate_16.png",
            "32": "images\/youdate_32.png",
            "48": "images\/youdate_48.png",
            "128": "images\/youdate_128.png"
        }
    },
    "icons": {
        "16": "images\/youdate_16.png",
        "32": "images\/youdate_32.png",
        "48": "images\/youdate_48.png",
        "128": "images\/youdate_128.png"
    },
    "manifest_version": 3
}