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!
Cos'è Tab Close Gold?
Tab Close Gold è un'estensione di Chrome sviluppata da mukunku, e la sua funzione principale è "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Close Gold
Scarica i file di estensione Tab Close Gold in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | blhbohajaekmpblcffpkpogkhkmmbbhf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf |
| Descrizione | Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further! |
| Dimensione del File | 247 KB |
| Conteggio Installazioni | 4,933 |
| Versione Corrente | 3.0.0.0 |
| Ultimo Aggiornamento | 2023-11-22 |
| Data di Pubblicazione | 2018-02-04 |
| Valutazione | 4.65/5 Totale 65 Valutazioni |
| Sviluppatore | mukunku |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mukunku/Tab-Close-Gold |
| URL della Pagina di Aiuto | https://github.com/mukunku/Tab-Close-Gold/issues |
| URL della Pagina della Politica sulla Privacy | https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html |
| Lingue Supportate | 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"
}
} | |