Yandex Metrica opt-out add-on

Tells Yandex.Metrica not to track you

Co to jest Yandex Metrica opt-out add-on?

Yandex Metrica opt-out add-on to rozszerzenie Chrome opracowane przez metrika.dev, a jego główną funkcją jest „Tells Yandex.Metrica not to track you”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Yandex Metrica opt-out add-on

Pobierz pliki rozszerzeń Yandex Metrica opt-out add-on w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Yandex Metrica opt-out add-on Yandex Metrica opt-out add-on
ID gchpojdbkmdnbgpmlncnhafkpgnddcmd
Oficjalny URL https://chromewebstore.google.com/detail/yandex-metrica-opt-out-ad/gchpojdbkmdnbgpmlncnhafkpgnddcmd
Opis Tells Yandex.Metrica not to track you
Rozmiar pliku 12.57 KB
Liczba instalacji 4,531
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2016-07-19
Data Publikacji 2016-07-19
Ocena 3.23/5 Łącznie 13 Oceny
Deweloper metrika.dev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}