Shorts Time

Shorts Time

Cos'è Shorts Time?

Shorts Time è un'estensione di Chrome sviluppata da Vladymyr Borblyk, e la sua funzione principale è "Shorts Time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shorts Time

Scarica i file di estensione Shorts 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

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

Informazioni di Base sull'Estensione

Nome Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
URL Ufficiale https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
Descrizione Shorts Time
Dimensione del File 173 KB
Conteggio Installazioni 44
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2023-08-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Vladymyr Borblyk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mozgion.com/
URL della Pagina di Aiuto https://mozgion.com/contacts/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}