Show recently uploaded videos

Save your time by seeing the recently uploaded videos by default on the YouTube home page.

Cos'è Show recently uploaded videos?

Show recently uploaded videos è un'estensione di Chrome sviluppata da radosdesign, e la sua funzione principale è "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Show recently uploaded videos

Scarica i file di estensione Show recently uploaded videos 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 will save your time by showing recently uploaded videos by default, when opening the YouTube home page.
Normally you would have to find and click the "Recently uploaded" button manually.                    

Informazioni di Base sull'Estensione

Nome Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
URL Ufficiale https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
Descrizione Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Dimensione del File 14.34 KB
Conteggio Installazioni 309
Versione Corrente 1.0.44
Ultimo Aggiornamento 2022-11-19
Data di Pubblicazione 2021-01-27
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore radosdesign
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.0.44",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_actionDefaultTitle__"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}