TabBlock
Prevents from opening new tabs.
Apa itu TabBlock?
TabBlock adalah ekstensi Chrome yang dikembangkan oleh xconvic, dan fitur utamanya adalah "Prevents from opening new tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TabBlock
Unduh file ekstensi TabBlock 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 is for anyone, who uses websites with pop-up ads (ads that open in a new tab). red icon -> TabBlock prevents opening any new tab. green icon -> TabBlock allows opening new tabs freely. Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button. TabBlock does not block any normal ads.
Informasi Dasar Ekstensi
Nama | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
URL Resmi | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
Deskripsi | Prevents from opening new tabs. |
Ukuran File | 11.95 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2020-08-09 |
Tanggal Publikasi | 2019-09-23 |
Penilaian | 4.27/5 Total 78 Penilaian |
Pengembang | xconvic |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabBlock", "description": "__MSG_appDesc__", "version": "1.5.0", "permissions": [], "short_name": "TabBlock", "default_locale": "en", "browser_action": { "default_icon": "green32.png" }, "icons": { "48": "red48.png", "128": "red128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |