Bouncer
Bouncer is the simplest URL Blocker extention there is.
Apa itu Bouncer?
Bouncer adalah ekstensi Chrome yang dikembangkan oleh Greg GMCOLAB, dan fitur utamanya adalah "Bouncer is the simplest URL Blocker extention there is.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bouncer
Unduh file ekstensi Bouncer 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
Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. Brought to you by GMCOLAB.
Informasi Dasar Ekstensi
Nama | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
URL Resmi | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Deskripsi | Bouncer is the simplest URL Blocker extention there is. |
Ukuran File | 59.32 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-20 |
Tanggal Publikasi | 2020-12-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Greg GMCOLAB |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gmcolab.com/ |
URL Halaman Bantuan | https://gmcolab.com/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Grigoris Chatzinikolaou", "name": "Bouncer", "version": "1.0", "description": "Bouncer is the simplest URL Blocker extention there is.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |