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.
什麼是Set timer to watch youtube shorts?
Set timer to watch youtube shorts是由projectcollabx開發的Chrome擴展程式,該擴展的主要功能是“Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.”。
擴展截圖
下載Set timer to watch youtube shorts擴展crx文件
下載Set timer to watch youtube shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pmnhboombkeplmppfdlicpbndonjjjjm |
官方網址 | https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm |
簡介 | Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube. |
檔案大小 | 20.92 KB |
安裝次數 | 38 |
目前版本 | 1.0.0 |
更新時間 | 2023-08-07 |
上架時間 | 2023-06-06 |
評分 | 5.00/5 共 3 次評分 |
開發者 | projectcollabx |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |