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 |
| Eメール | [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"
} | |