Tab Close Gold

Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!

Tab Close Gold क्या है?

Tab Close Gold mukunku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!"।

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

screenshot

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

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

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

                        This extension will automatically close your blacklisted tabs. 

Features:
-Configure unwanted URLs or page titles to automatically close tabs
-Match tabs with plain text or regular expressions 
-Add up to 30 seconds of delay before tabs are closed
-Import & Export configuration support
-Settings are synced across browsers

Visit the Wiki for details on how to use the extension: https://github.com/mukunku/Tab-Close-Gold/wiki                    

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

नाम Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
आधिकारिक URL https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
विवरण Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
फ़ाइल का आकार 247 KB
स्थापना संख्या 4,933
वर्तमान संस्करण 3.0.0.0
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2018-02-04
रेटिंग 4.65/5 कुल 65 रेटिंग्स
डेवलपर mukunku
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mukunku/Tab-Close-Gold
सहायता पृष्ठ URL https://github.com/mukunku/Tab-Close-Gold/issues
गोपनीयता नीति पृष्ठ URL https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Close Gold",
    "version": "3.0.0.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": ".\/options.html",
    "description": "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!",
    "icons": {
        "128": "icon128.png"
    },
    "author": "mukunku",
    "background": {
        "service_worker": ".\/background.bundle.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Tab Close Gold",
        "default_popup": ".\/popup.html"
    }
}