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.

What is Set timer to watch youtube shorts?

Set timer to watch youtube shorts is a Chrome extension developed by projectcollabx, and its main feature is "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".

Extension Screenshots

screenshot
screenshot

Download Set timer to watch youtube shorts Extension CRX File

Download Set timer to watch youtube shorts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Set timer to watch youtube shorts Set timer to watch youtube shorts
ID pmnhboombkeplmppfdlicpbndonjjjjm
Official URL 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.
File Size 20.92 KB
Installation Count 38
Current Version 1.0.0
Last Updated 2023-08-07
Publish Date 2023-06-06
Rating 5.00/5 Total 3 Ratings
Developer projectcollabx
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}