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!

Apa itu Tab Close Gold?

Tab Close Gold adalah ekstensi Chrome yang dikembangkan oleh mukunku, dan fitur utamanya adalah "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Close Gold

Unduh file ekstensi Tab Close Gold dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tab Close Gold Tab Close Gold
ID blhbohajaekmpblcffpkpogkhkmmbbhf
URL Resmi https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf
Deskripsi Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Ukuran File 247 KB
Jumlah Instalasi 4,933
Versi Saat Ini 3.0.0.0
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2018-02-04
Penilaian 4.65/5 Total 65 Penilaian
Pengembang mukunku
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mukunku/Tab-Close-Gold
URL Halaman Bantuan https://github.com/mukunku/Tab-Close-Gold/issues
URL Halaman Kebijakan Privasi https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html
Bahasa yang Didukung 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"
    }
}