Privacy Protector Plus

Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.

Privacy Protector Plusคืออะไร?

Privacy Protector Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benni และคุณลักษณะหลักของมันคือ "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privacy Protector Plus

ดาวน์โหลดไฟล์ส่วนขยาย Privacy Protector Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Privacy Protector Plus is a browser extension that removes all forms of tracking including web bugs, tracking scripts, and information collectors, and protects your data.

Some features:
a. protects your privacy by removing all forms of tracking from web pages.
b. whitelist a website by adding it to the trusted list from the options page.
c. clicking on the toolbar icon will enable or disable the extension.
d. badge icon text shows you the number of blocked items on the current page.

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/privacy-plus.html) and fill out the bug report form.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Privacy Protector Plus Privacy Protector Plus
ID jijiojkjpehlogccmnkokddfoniihnjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/privacy-protector-plus/jijiojkjpehlogccmnkokddfoniihnjm
คำอธิบาย Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 1,655
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2022-09-16
วันที่เผยแพร่ 2018-10-31
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Benni
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/privacy-plus.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/privacy-plus.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "name": "Privacy Protector Plus",
    "homepage_url": "https:\/\/mybrowseraddon.com\/privacy-plus.html",
    "description": "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.",
    "permissions": [
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "url-filter",
                "path": "data\/filters\/url-filter.json"
            },
            {
                "enabled": true,
                "id": "regex-filter",
                "path": "data\/filters\/regex-filter.json"
            }
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}