Yandex Metrica opt-out add-on

Tells Yandex.Metrica not to track you

Apa itu Yandex Metrica opt-out add-on?

Yandex Metrica opt-out add-on adalah ekstensi Chrome yang dikembangkan oleh metrika.dev, dan fitur utamanya adalah "Tells Yandex.Metrica not to track you".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yandex Metrica opt-out add-on

Unduh file ekstensi Yandex Metrica opt-out add-on dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Yandex Metrica opt-out add-on Yandex Metrica opt-out add-on
ID gchpojdbkmdnbgpmlncnhafkpgnddcmd
URL Resmi https://chromewebstore.google.com/detail/yandex-metrica-opt-out-ad/gchpojdbkmdnbgpmlncnhafkpgnddcmd
Deskripsi Tells Yandex.Metrica not to track you
Ukuran File 12.57 KB
Jumlah Instalasi 4,531
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2016-07-19
Tanggal Publikasi 2016-07-19
Penilaian 3.23/5 Total 13 Penilaian
Pengembang metrika.dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}