Show recently uploaded videos

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

What is Show recently uploaded videos?

Show recently uploaded videos is a Chrome extension developed by radosdesign, and its main feature is "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".

Extension Screenshots

screenshot
screenshot

Download Show recently uploaded videos Extension CRX File

Download Show recently uploaded videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
Official URL https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
Description Save your time by seeing the recently uploaded videos by default on the YouTube home page.
File Size 14.34 KB
Installation Count 309
Current Version 1.0.44
Last Updated 2022-11-19
Publish Date 2021-01-27
Rating 3.80/5 Total 5 Ratings
Developer radosdesign
Email [email protected]
Payment Type free
Supported Languages 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
}