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!

Qu'est-ce que Tab Close Gold ?

Tab Close Gold est une extension Chrome développée par mukunku, et sa fonction principale est "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Close Gold

Téléchargez les fichiers d'extension Tab Close Gold au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
URL Officiel https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
Description Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Taille du Fichier 247 KB
Nombre d'Installations 4,933
Version Actuelle 3.0.0.0
Dernière Mise à Jour 2023-11-22
Date de Publication 2018-02-04
Évaluation 4.65/5 Total 65 Évaluations
Développeur mukunku
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mukunku/Tab-Close-Gold
URL de la Page d'Aide https://github.com/mukunku/Tab-Close-Gold/issues
URL de la Page de Politique de Confidentialité https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
Langues Prises en Charge 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"
    }
}