Show recently uploaded videos

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

什么是Show recently uploaded videos?

Show recently uploaded videos是由radosdesign开发的Chrome扩展程序,该扩展的主要功能是“Save your time by seeing the recently uploaded videos by default on the YouTube home page.”。

扩展截图

screenshot
screenshot

下载Show recently uploaded videos扩展crx文件

下载Show recently uploaded videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
官方URL https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
简介 Save your time by seeing the recently uploaded videos by default on the YouTube home page.
文件大小 14.34 KB
安装次数 309
当前版本 1.0.44
更新时间 2022-11-19
上架时间 2021-01-27
评分 3.80/5 共5次评分
开发者 radosdesign
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}