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是由metrika.dev开发的Chrome扩展程序,该扩展的主要功能是“Tells Yandex.Metrica not to track you”。
扩展截图
下载Yandex Metrica opt-out add-on扩展crx文件
下载Yandex Metrica opt-out add-on扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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"
} | |