Yandex Metrica opt-out add-on
Tells Yandex.Metrica not to track you
Yandex Metrica opt-out add-onคืออะไร?
Yandex Metrica opt-out add-on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metrika.dev และคุณลักษณะหลักของมันคือ "Tells Yandex.Metrica not to track you"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yandex Metrica opt-out add-on
ดาวน์โหลดไฟล์ส่วนขยาย Yandex Metrica opt-out add-on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yandex Metrica opt-out add-on |
ID | gchpojdbkmdnbgpmlncnhafkpgnddcmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yandex-metrica-opt-out-ad/gchpojdbkmdnbgpmlncnhafkpgnddcmd |
คำอธิบาย | Tells Yandex.Metrica not to track you |
ขนาดไฟล์ | 12.57 KB |
จำนวนการติดตั้ง | 4,531 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2016-07-19 |
วันที่เผยแพร่ | 2016-07-19 |
คะแนน | 3.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | metrika.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,tr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "description": "__MSG_description__", "default_locale": "ru", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/64.png" }, "browser_action": { "default_title": "__MSG_title__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "index.js" ], "run_at": "document_start", "all_frames": true } ], "author": "Yandex.Metrica ([email protected])", "version": "0.0.4" } |