Page Guard
Protect your digital privacy and enjoy safe browsing experience
Page Guardคืออะไร?
Page Guard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adblocker Experts และคุณลักษณะหลักของมันคือ "Protect your digital privacy and enjoy safe browsing experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Guard
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ " |