Tab Close Timer

Closes the tab after specified time!

Cos'è Tab Close Timer?

Tab Close Timer è un'estensione di Chrome sviluppata da Aditya Mhatre, e la sua funzione principale è "Closes the tab after specified time!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Close Timer

Scarica i file di estensione Tab Close Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
URL Ufficiale https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Descrizione Closes the tab after specified time!
Dimensione del File 15.29 KB
Conteggio Installazioni 3,119
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-19
Data di Pubblicazione 2022-01-18
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore Aditya Mhatre
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}