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!

Was ist Tab Close Gold?

Tab Close Gold ist eine Chrome-Erweiterung, die von mukunku entwickelt wurde, und ihr Hauptmerkmal ist "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".

Erweiterungsscreenshots

screenshot

Tab Close Gold-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Close Gold-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
Offizielle URL https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
Beschreibung Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Dateigröße 247 KB
Installationsanzahl 4,933
Aktuelle Version 3.0.0.0
Letztes Update 2023-11-22
Veröffentlichungsdatum 2018-02-04
Bewertung 4.65/5 Insgesamt 65 Bewertungen
Entwickler mukunku
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mukunku/Tab-Close-Gold
Hilfeseite URL https://github.com/mukunku/Tab-Close-Gold/issues
URL der Datenschutzrichtlinien-Seite https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
Unterstützte Sprachen 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"
    }
}