Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Adaware Web Protectionとは何ですか?
Adaware Web Protectionはhttps://www.adaware.comによって開発されたChromeの拡張機能で、その主な機能は「Stay protected while searching and surfing the Web. Never worry about suspicious websites again.」です。
拡張機能のスクリーンショット
Adaware Web Protection拡張機能のCRXファイルをダウンロード
Adaware Web Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
公式URL | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
説明 | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
ファイルサイズ | 1.06 MB |
インストール数 | 91,480 |
現在のバージョン | 1.0.9 |
最終更新日 | 2021-08-12 |
公開日 | 2020-03-25 |
評価 | 3.78/5 合計 60 レビュー |
開発者 | https://www.adaware.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.adaware.com/privacy-policy |
対応言語 | 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" ] } |