Show recently uploaded videos

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

Show recently uploaded videos là gì?

Show recently uploaded videos là một tiện ích mở rộng Chrome được phát triển bởi radosdesign, và tính năng chính của nó là "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show recently uploaded videos

Tải xuống các tệp mở rộng Show recently uploaded videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
URL Chính Thức https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
Mô tả Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Kích Thước Tệp 14.34 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 1.0.44
Cập Nhật Lần Cuối 2022-11-19
Ngày Phát Hành 2021-01-27
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển radosdesign
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}