Tab Close Timer

Closes the tab after specified time!

Tab Close Timer क्या है?

Tab Close Timer Aditya Mhatre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Closes the tab after specified time!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Close Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
आधिकारिक URL https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
विवरण Closes the tab after specified time!
फ़ाइल का आकार 15.29 KB
स्थापना संख्या 3,119
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-01-19
प्रकाशन तिथि 2022-01-18
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर Aditya Mhatre
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}