Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Apa itu Adaware Web Protection?
Adaware Web Protection adalah ekstensi Chrome yang dikembangkan oleh https://www.adaware.com, dan fitur utamanya adalah "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Adaware Web Protection
Unduh file ekstensi Adaware Web Protection 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
Adaware Web Protection uses cutting-edge cloudbased detection technology which offers a more robust antivirus level of protection against dangerous websites. Every time a URL is scanned, the algorithm gets smarter and more precise which results in faster detection. With our cloud service, your extension gets access to the most up-to date list of potential malware, which protects you from zero-day threats.
Informasi Dasar Ekstensi
Nama | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
URL Resmi | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
Deskripsi | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
Ukuran File | 1.06 MB |
Jumlah Instalasi | 91,480 |
Versi Saat Ini | 1.0.9 |
Terakhir Diperbarui | 2021-08-12 |
Tanggal Publikasi | 2020-03-25 |
Penilaian | 3.78/5 Total 60 Penilaian |
Pengembang | https://www.adaware.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.adaware.com/privacy-policy |
Bahasa yang Didukung | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Lavasoft", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/browsericons\/icon19.png", "38": "img\/browsericons\/icon38.png" }, "default_title": "Web Protection" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "26.0", "name": "Adaware Web Protection", "permissions": [ "storage", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Adaware Web Protection", "version": "1.0.9", "web_accessible_resources": [ "img\/*", "\/loading-page.html" ] } |