Show recently uploaded videos
Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Qu'est-ce que Show recently uploaded videos ?
Show recently uploaded videos est une extension Chrome développée par radosdesign, et sa fonction principale est "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show recently uploaded videos
Téléchargez les fichiers d'extension Show recently uploaded videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nenblmphebildgfbldaffhioedlbbmpa |
URL Officiel | https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa |
Description | Save your time by seeing the recently uploaded videos by default on the YouTube home page. |
Taille du Fichier | 14.34 KB |
Nombre d'Installations | 309 |
Version Actuelle | 1.0.44 |
Dernière Mise à Jour | 2022-11-19 |
Date de Publication | 2021-01-27 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | radosdesign |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |