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 |
| 官方網址 | 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"
} | |