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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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"
} | |