Anti-track
Anti-track removes cookies
Anti-trackคืออะไร?
Anti-track เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0i0 และคุณลักษณะหลักของมันคือ "Anti-track removes cookies"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-track
ดาวน์โหลดไฟล์ส่วนขยาย Anti-track ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Anit-track is a browser extension to limit the amount of data that you leak while surfing it is by default configured to remove the cookies which are send to google when you search while loggedin to gmail
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmkeejblfeplpcfogbjjbhepclkplple |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple |
คำอธิบาย | Anti-track removes cookies |
ขนาดไฟล์ | 12.07 KB |
จำนวนการติดตั้ง | 361 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2013-08-21 |
วันที่เผยแพร่ | 2013-08-21 |
ผู้พัฒนา | 0i0 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-track", "version": "0.0.1", "description": "Anti-track removes cookies", "options_page": "html\/options.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/main.js", "js\/parseUri.js", "js\/background.js" ] }, "icons": { "48": "images\/bigicon.png" }, "browser_action": { "default_title": "Anti-track", "default_icon": "images\/icon.png" }, "manifest_version": 2 } |