Show recently uploaded videos
Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Vad är Show recently uploaded videos?
Show recently uploaded videos är en Chrome-tillägg utvecklad av radosdesign, och dess huvudfunktion är "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".
Tilläggsskärmbilder
Ladda ner Show recently uploaded videos-förlängningens CRX-fil
Ladda ner Show recently uploaded videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nenblmphebildgfbldaffhioedlbbmpa |
Officiell webbadress | https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa |
Beskrivning | Save your time by seeing the recently uploaded videos by default on the YouTube home page. |
Filstorlek | 14.34 KB |
Antal Installationer | 309 |
Aktuell Version | 1.0.44 |
Senast Uppdaterad | 2022-11-19 |
Publiceringsdatum | 2021-01-27 |
Betyg | 3.80/5 Totalt 5 Betyg |
Utvecklare | radosdesign |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |