Yandex Metrica opt-out add-on
Tells Yandex.Metrica not to track you
Cos'è Yandex Metrica opt-out add-on?
Yandex Metrica opt-out add-on è un'estensione di Chrome sviluppata da metrika.dev, e la sua funzione principale è "Tells Yandex.Metrica not to track you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yandex Metrica opt-out add-on
Scarica i file di estensione Yandex Metrica opt-out add-on in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | gchpojdbkmdnbgpmlncnhafkpgnddcmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/yandex-metrica-opt-out-ad/gchpojdbkmdnbgpmlncnhafkpgnddcmd |
| Descrizione | Tells Yandex.Metrica not to track you |
| Dimensione del File | 12.57 KB |
| Conteggio Installazioni | 4,531 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2016-07-19 |
| Data di Pubblicazione | 2016-07-19 |
| Valutazione | 3.23/5 Totale 13 Valutazioni |
| Sviluppatore | metrika.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |