Tab Close Timer

Closes the tab after specified time!

Qu'est-ce que Tab Close Timer ?

Tab Close Timer est une extension Chrome développée par Aditya Mhatre, et sa fonction principale est "Closes the tab after specified time!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Close Timer

Téléchargez les fichiers d'extension Tab Close Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
URL Officiel https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Description Closes the tab after specified time!
Taille du Fichier 15.29 KB
Nombre d'Installations 3,119
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-19
Date de Publication 2022-01-18
Évaluation 4.00/5 Total 7 Évaluations
Développeur Aditya Mhatre
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}