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.

Was ist Set timer to watch youtube shorts?

Set timer to watch youtube shorts ist eine Chrome-Erweiterung, die von projectcollabx entwickelt wurde, und ihr Hauptmerkmal ist "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".

Erweiterungsscreenshots

screenshot
screenshot

Set timer to watch youtube shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Set timer to watch youtube shorts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Set timer to watch youtube shorts Set timer to watch youtube shorts
ID pmnhboombkeplmppfdlicpbndonjjjjm
Offizielle URL https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm
Beschreibung Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
Dateigröße 20.92 KB
Installationsanzahl 38
Aktuelle Version 1.0.0
Letztes Update 2023-08-07
Veröffentlichungsdatum 2023-06-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler projectcollabx
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}