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.
Vad är Set timer to watch youtube shorts?
Set timer to watch youtube shorts är en Chrome-tillägg utvecklad av projectcollabx, och dess huvudfunktion är "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".
Tilläggsskärmbilder
Ladda ner Set timer to watch youtube shorts-förlängningens CRX-fil
Ladda ner Set timer to watch youtube shorts-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | pmnhboombkeplmppfdlicpbndonjjjjm |
Officiell webbadress | https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm |
Beskrivning | Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube. |
Filstorlek | 20.92 KB |
Antal Installationer | 38 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-08-07 |
Publiceringsdatum | 2023-06-06 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | projectcollabx |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |