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!

Hvad er Tab Close Gold?

Tab Close Gold er en Chrome-udvidelse udviklet af mukunku, og dens hovedfunktion er "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".

Udvidelsesskærmbilleder

screenshot

Download Tab Close Gold-udvidelses-CRX-fil

Download Tab Close Gold-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
Officiel URL https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
Beskrivelse Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Filstørrelse 247 KB
Antal Installationer 4,933
Nuværende Version 3.0.0.0
Senest Opdateret 2023-11-22
Udgivelsesdato 2018-02-04
Bedømmelse 4.65/5 Samlet 65 Bedømmelser
Udvikler mukunku
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/mukunku/Tab-Close-Gold
Hjælpeside-URL https://github.com/mukunku/Tab-Close-Gold/issues
URL til Fortrolighedspolitik Side https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
Understøttede Sprog 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"
    }
}