Tab Close Timer

Closes the tab after specified time!

What is Tab Close Timer?

Tab Close Timer is a Chrome extension developed by Aditya Mhatre, and its main feature is "Closes the tab after specified time!".

Extension Screenshots

screenshot

Download Tab Close Timer Extension CRX File

Download Tab Close Timer 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

                        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.                    

Extension Basic Information

Name Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
Official URL https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Description Closes the tab after specified time!
File Size 15.29 KB
Installation Count 3,119
Current Version 1.0
Last Updated 2022-01-19
Publish Date 2022-01-18
Rating 4.00/5 Total 7 Ratings
Developer Aditya Mhatre
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}