PrivatizeMe
PrivatizeMe: Personal Data Control Simplified
PrivatizeMeคืออะไร?
PrivatizeMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://privatizeme.com และคุณลักษณะหลักของมันคือ "PrivatizeMe: Personal Data Control Simplified"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrivatizeMe
ดาวน์โหลดไฟล์ส่วนขยาย PrivatizeMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browse free from cookies, trackers and cyber stalkers with our extension. To Add PrivatizeMe, Click "Add to Chrome" PrivatizeMe keeps your browsing from being tracked by untrusted corporate cyber stalkers, placing you in control of your online data. Your personal information stays private. We do this by eliminating cookies and trackers from the sites you visit and from their third party partners. If you trust a site, simply add it to your trusted sites list and PrivatizeMe will not zap cookies for that site. We do NOT collect, store, sell or trade any of your information. PrivatizeMe does not block ads and provides a browsing experience without missing content, ad blocker warnings or slow response i.e. an "ethical" alternative to ad blockers. We defeat the ability of ads and data miners to follow and track your online activity. Install our add-on and watch the "ME" counter in action as PrivatizeMe zaps cookies and threats to you online privacy. With PrivatizeMe, you're protected, not profiled, it's simple - no ever changing opt-in or opt-out rules or privacy settings or proxy networks to worry about. We strongly suggest you add our free PrivatizeMeSearch extension to set your default search engine to PrivatizeMe.com. It will provide you with greater privacy protection by not storing your search history and eliminating cookies and trackers when you click on a search result or ad and visit that site. When installing the extension, your may see a general warning that PrivatizeMe has access to your browsing history and data. Be assured PrivatizeMe DOES NOT collect, store, manipulate, share, sell or trade any of your information. New for Ver 1.0.38: “Keep me logged in” features when using Gmail, Yahoo! mail, Amazon etc. are now enabled without disabling other PrivatizeMe private browsing functions. "Keep me logged in" feature will only work if the website has been previously trusted in the ME dropdown menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PrivatizeMe |
ID | lagjbickhifecpemcgllmlgjdlhpgoko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/privatizeme/lagjbickhifecpemcgllmlgjdlhpgoko |
คำอธิบาย | PrivatizeMe: Personal Data Control Simplified |
ขนาดไฟล์ | 85.13 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.0.44 |
อัปเดตครั้งล่าสุด | 2017-08-11 |
วันที่เผยแพร่ | 2017-08-11 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://privatizeme.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://privatizeme.com |
URL หน้าช่วยเหลือ | https://about.privatizeme.com/faqs.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PrivatizeMe", "short_name": "PrivatizeMe", "description": "PrivatizeMe: Personal Data Control Simplified", "version": "1.0.44", "browser_action": { "default_icon": "resources\/Disable_icon_128.png", "default_popup": "popup.html" }, "background": { "page": "bg.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "constants.js", "jquery.min.js", "message_client.js", "observer.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "resources\/Disable_icon_16.png", "32": "resources\/Disable_icon_32.png", "48": "resources\/Disable_icon_48.png", "64": "resources\/Disable_icon_64.png", "128": "resources\/Disable_icon_128.png" }, "permissions": [ "activeTab", "tabs", "cookies", "webRequest", "webRequestBlocking", "privacy", "storage", "browsingData", "http:\/\/*\/*", "https:\/\/*\/*" ] } |