Show recently uploaded videos
Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Apa itu Show recently uploaded videos?
Show recently uploaded videos adalah ekstensi Chrome yang dikembangkan oleh radosdesign, dan fitur utamanya adalah "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Show recently uploaded videos
Unduh file ekstensi Show recently uploaded videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nenblmphebildgfbldaffhioedlbbmpa |
URL Resmi | https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa |
Deskripsi | Save your time by seeing the recently uploaded videos by default on the YouTube home page. |
Ukuran File | 14.34 KB |
Jumlah Instalasi | 309 |
Versi Saat Ini | 1.0.44 |
Terakhir Diperbarui | 2022-11-19 |
Tanggal Publikasi | 2021-01-27 |
Penilaian | 3.80/5 Total 5 Penilaian |
Pengembang | radosdesign |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |