Set timer to watch youtube shorts
Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
Qu'est-ce que Set timer to watch youtube shorts ?
Set timer to watch youtube shorts est une extension Chrome développée par projectcollabx, et sa fonction principale est "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Set timer to watch youtube shorts
Téléchargez les fichiers d'extension Set timer to watch youtube shorts 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
In this extension we can set timer for watching YouTube shorts, after time is completed the user will be redirected to home page of YouTube and now when the user tries to access YouTube shorts the user will be redirected to home page of YouTube. To watch shorts again the user has to reinitialize the timer. User can only set timer when YouTube is open. This extension helps users to manage their time by setting a specific time limit for watching YouTube shorts, users can avoid getting lost in endless video loops and focus on other important tasks.
Informations de Base sur l'Extension
Nom | |
ID | pmnhboombkeplmppfdlicpbndonjjjjm |
URL Officiel | https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm |
Description | Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube. |
Taille du Fichier | 20.92 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-08-07 |
Date de Publication | 2023-06-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | projectcollabx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Set timer to watch youtube shorts", "description": "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "img_231.png", "48": "img_231.png", "128": "img_231.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |