Page Guard
Protect your digital privacy and enjoy safe browsing experience
Page Guardとは何ですか?
Page GuardはAdblocker Expertsによって開発されたChromeの拡張機能で、その主な機能は「Protect your digital privacy and enjoy safe browsing experience」です。
拡張機能のスクリーンショット
Page Guard拡張機能のCRXファイルをダウンロード
Page Guard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Page Guard protects you from visiting malicious sites and allows you to safely search the web. This extension blocks dangerous websites that distribute malware, spyware, viruses, trojans and prevents phishing attacks. Page Guard does not collect your browsing history or private data. It uses real-time security technology to protect your system from malware, scamware, spyware and adware. If you decide to install the browser extension, you confirm our privacy policy which you can find here: https://www.pageguard.online/privacy-policy
拡張機能の基本情報
名前 | |
ID | cicafjehjahncdbpbjjelcdkckdfklpb |
公式URL | https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb |
説明 | Protect your digital privacy and enjoy safe browsing experience |
ファイルサイズ | 96.52 KB |
インストール数 | 40,000 |
現在のバージョン | 1.3.0 |
最終更新日 | 2021-03-16 |
公開日 | 2020-11-10 |
評価 | 3.39/5 合計 18 レビュー |
開発者 | Adblocker Experts |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pageguard.online/ |
プライバシーポリシーページのURL | https://www.pageguard.online/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.3.0", "description": "__MSG_extDesc__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Page Guard Extension", "default_popup": "index.html" }, "default_locale": "en", "background": { "scripts": [ ".\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/linkvertise.com\/*" ], "all_frames": true, "js": [ ".\/content\/partnerScript.js" ], "run_at": "document_end" } ], "permissions": [ " |