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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nenblmphebildgfbldaffhioedlbbmpa |
官方網址 | 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 } |