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 |
公式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 |
Eメール | [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 } |