WebLock
Simple website locker
Apa itu WebLock?
WebLock adalah ekstensi Chrome yang dikembangkan oleh Perraco Labs, dan fitur utamanya adalah "Simple website locker".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebLock
Unduh file ekstensi WebLock 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
Temporarily block access to a list of websites. When blocking is enabled, any of the desired websites will display an error every time access is attempted. You can also set a PIN to access the extension and disable the lock. It is possible to block only subdomains or subdirectories, instead of an entire website. See some examples in the extension itself.
Informasi Dasar Ekstensi
Nama | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
URL Resmi | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
Deskripsi | Simple website locker |
Ukuran File | 26.43 KB |
Jumlah Instalasi | 420 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-11-03 |
Tanggal Publikasi | 2022-11-03 |
Pengembang | Perraco Labs |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebLock", "description": "Simple website locker", "version": "1.0", "icons": { "128": "icon_off.png" }, "minimum_chrome_version": "92", "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "page_main.html" } } |