Tab Close Timer

Closes the tab after specified time!

Was ist Tab Close Timer?

Tab Close Timer ist eine Chrome-Erweiterung, die von Aditya Mhatre entwickelt wurde, und ihr Hauptmerkmal ist "Closes the tab after specified time!".

Erweiterungsscreenshots

screenshot

Tab Close Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Close Timer-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

                        Watching YouTube videos for extended number of times and want to control it?
Now you can with this extension.

Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.                    

Grundlegende Informationen zur Erweiterung

Name Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
Offizielle URL https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Beschreibung Closes the tab after specified time!
Dateigröße 15.29 KB
Installationsanzahl 3,119
Aktuelle Version 1.0
Letztes Update 2022-01-19
Veröffentlichungsdatum 2022-01-18
Bewertung 4.00/5 Insgesamt 7 Bewertungen
Entwickler Aditya Mhatre
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Close Timer",
    "description": "Closes the tab after specified time!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    }
}