Yandex Metrica opt-out add-on
Tells Yandex.Metrica not to track you
What is Yandex Metrica opt-out add-on?
Yandex Metrica opt-out add-on is a Chrome extension developed by metrika.dev, and its main feature is "Tells Yandex.Metrica not to track you".
Extension Screenshots
Download Yandex Metrica opt-out add-on Extension CRX File
Download Yandex Metrica opt-out add-on extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Yandex Metrica opt-out add-on |
ID | gchpojdbkmdnbgpmlncnhafkpgnddcmd |
Official URL | https://chromewebstore.google.com/detail/yandex-metrica-opt-out-ad/gchpojdbkmdnbgpmlncnhafkpgnddcmd |
Description | Tells Yandex.Metrica not to track you |
File Size | 12.57 KB |
Installation Count | 4,531 |
Current Version | 0.0.4 |
Last Updated | 2016-07-19 |
Publish Date | 2016-07-19 |
Rating | 3.23/5 Total 13 Ratings |
Developer | metrika.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |