NoTabsForYou - Block new tabs

No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.

Apa itu NoTabsForYou - Block new tabs?

NoTabsForYou - Block new tabs adalah ekstensi Chrome yang dikembangkan oleh OwlCode, dan fitur utamanya adalah "No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NoTabsForYou - Block new tabs

Unduh file ekstensi NoTabsForYou - Block new tabs 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

                        Prevent/Block new tabs from opening on your favorite web sites. Enable or Disable for specific web sites.
#tabblock #tab #block #adblock #popup                    

Informasi Dasar Ekstensi

Nama NoTabsForYou - Block new tabs NoTabsForYou - Block new tabs
ID ncapabnkhdeokiebjnkebakomockhohf
URL Resmi https://chromewebstore.google.com/detail/notabsforyou-block-new-ta/ncapabnkhdeokiebjnkebakomockhohf
Deskripsi No new tabs for the website, Block new Tabs from opening, Add/Remove specific websites.
Ukuran File 96.31 KB
Jumlah Instalasi 71
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-05-17
Tanggal Publikasi 2023-05-17
Penilaian 4.00/5 Total 1 Penilaian
Pengembang OwlCode
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou
URL Halaman Kebijakan Privasi https://github.com/Shreesha-Adiga/Chrome-extensions-NoTabsForYou/blob/main/Privacy%20Policy
Bahasa yang Didukung en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "interface.html",
        "icons": {
            "128": "logo_active.png",
            "48": "logo_active48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "name": "__MSG_appName__",
    "version": "0.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ]
}