Network Privacy Shield

Network Privacy Shield is a Tracking Blocker that blocks 3rd party attempts to track personal information and browsing habits.

Network Privacy Shieldคืออะไร?

Network Privacy Shield เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.driversandshield.com และคุณลักษณะหลักของมันคือ "Network Privacy Shield is a Tracking Blocker that blocks 3rd party attempts to track personal information and browsing habits."

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

screenshot

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

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

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

                        Network Privacy Shield locates and blocks Third party online tracking systems and privacy invasion attempts at once.

Tracking Records

By using the Network Privacy Shield on your computing device you can easily eradicate all the browsing records permanently. You can also protect your sensitive information from being stolen.

Privacy Records

This extension deeply scans the login details that are being entered while logged into your account. After this, using this extension you can remove the login credentials in case you are using the shared computers so that some other person cannot manipulate it.
This security extension looks for the cookies that are automatically being stored to your device while browsing online and removes it. Removing the cookies will help you to safeguard your daily browsing habits or your online activity from being hacked by hackers or other people.
Network Privacy Shield extension delete all the unneeded files and browsing history from your computing device. Just by doing so, it creates more storage space for your device and the users can easily run the extension without any hindrance. Once you delete the browsing history, there will be no traces of the websites that you have browsed earlier and this protects you from the prying eyes. Thereby, you can secure your browsing habits if you are using shared computers.

Ad Blocker

Now, you can browse online freely without being distracted by irrelevant or inappropriate advertisements. This is so because it blocks the static as well as dynamic banners. Just by doing so, you can browse smoothly and conveniently without the intervention of the banners that are flashing on your website while surfing online.

User Friendly And Automated

It includes the easy to use interface using which you can easily access this product and get complete security. You just have to follow some easy guidelines to use this application.

Website:- https://www.driversandshield.com/

Terms and Conditions:- https://www.driversandshield.com/terms-and-conditions/
Privacy Policy:- https://www.driversandshield.com/privacy-policy/                    

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

ชื่อ Network Privacy Shield Network Privacy Shield
ID bbopjjkkicnkgjfekcmcajdfkhdhelpb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/network-privacy-shield/bbopjjkkicnkgjfekcmcajdfkhdhelpb
คำอธิบาย Network Privacy Shield is a Tracking Blocker that blocks 3rd party attempts to track personal information and browsing habits.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2021-08-24
วันที่เผยแพร่ 2021-03-04
คะแนน 4.48/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://www.driversandshield.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.driversandshield.com/
URL หน้าช่วยเหลือ https://www.driversandshield.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.driversandshield.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Network Privacy Shield",
    "options_page": "options.html",
    "version": "0.0.4",
    "description": "Network Privacy Shield is a Tracking Blocker that blocks 3rd party attempts to track personal information and browsing habits.",
    "icons": {
        "128": ".\/icons\/myicon.png",
        "48": ".\/icons\/myicon.png",
        "16": ".\/icons\/myicon.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/myicon.png",
        "default_popup": "popup.html",
        "default_title": "Network Privacy Shield"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab",
        "browsingData"
    ]
}