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!

O que é Tab Close Gold?

Tab Close Gold é uma extensão do Chrome desenvolvida por mukunku, e sua principal característica é "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Close Gold

Baixe arquivos de extensão Tab Close Gold no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
URL Oficial https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
Descrição Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Tamanho do Arquivo 247 KB
Contagem de Instalações 4,933
Versão Atual 3.0.0.0
Última Atualização 2023-11-22
Data de Publicação 2018-02-04
Classificação 4.65/5 Total de 65 Avaliações
Desenvolvedor mukunku
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mukunku/Tab-Close-Gold
URL da Página de Ajuda https://github.com/mukunku/Tab-Close-Gold/issues
URL da Página de Política de Privacidade https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
Idiomas Suportados 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"
    }
}