Privasee

Websites track you. They collect your personal information. With Privasee, you can finally browse the internet with peace of mind!

Privaseeคืออะไร?

Privasee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย getprivasee และคุณลักษณะหลักของมันคือ "Websites track you. They collect your personal information. With Privasee, you can finally browse the internet with peace of mind!"

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

screenshot
screenshot
screenshot

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

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

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

                        Privasee is the trustworthy extension that seamlessly protects your data online. 

FEATURES:
- Privacy Grade:   with one look you know how private your information is on the current website you’re browsing.
- Tracker Blocking:   restricts trackers from seeing data like what websites you visit and your ad interests.
- In-Site Data Protection:   provides shortcuts to websites’ privacy settings so you can limit the data that a website uses. This feature is optimized for popular websites, but more will be supported soon.
- Ad Blocking:   prevents most advertisements that collect your personal data from being displayed.


To learn more about Privasee, check out our website at getprivasee.com or shoot us an email at [email protected].                    

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

ชื่อ Privasee Privasee
ID oibgiofdmmlmndccgjhciibbjpnkekgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/privasee/oibgiofdmmlmndccgjhciibbjpnkekgi
คำอธิบาย Websites track you. They collect your personal information. With Privasee, you can finally browse the internet with peace of mind!
ขนาดไฟล์ 650 KB
จำนวนการติดตั้ง 202
เวอร์ชันปัจจุบัน 2019.04.09
อัปเดตครั้งล่าสุด 2019-04-14
วันที่เผยแพร่ 2019-04-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา getprivasee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getprivasee.com/
URL หน้านโยบายความเป็นส่วนตัว https://getprivasee.com/privacy-policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,es-419,it,ru,uk,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "public\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/noatb.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "public\/js\/content-scripts\/element-hiding.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "activeTab",
        "tabs",
        "storage",
        "",
        "alarms"
    ],
    "version": "2019.04.09",
    "web_accessible_resources": [
        "img\/*"
    ]
}