Show recently uploaded videos

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

Wat is Show recently uploaded videos?

Show recently uploaded videos is een Chrome-extensie ontwikkeld door radosdesign, en de belangrijkste functie is "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show recently uploaded videos

Download Show recently uploaded videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
Officiële URL https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
Beschrijving Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Bestandsgrootte 14.34 KB
Aantal Installaties 309
Huidige Versie 1.0.44
Laatst Bijgewerkt 2022-11-19
Publicatiedatum 2021-01-27
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar radosdesign
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}