Anti Facebook/Analytics Tracking

Blocks Facebook and other web tracking events, letting you browse the web safer.

Cos'è Anti Facebook/Analytics Tracking?

Anti Facebook/Analytics Tracking è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Blocks Facebook and other web tracking events, letting you browse the web safer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anti Facebook/Analytics Tracking

Scarica i file di estensione Anti Facebook/Analytics Tracking 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

                        Facebook tracks nearly everywhere you go using their analytics and associates your account in aggregated data. This stops Facebook from knowing where you've been and what you've done by blocking analytics requests. It also blocks other unnecessary analytics/tracking requests, saving you the bandwidth, memory, and CPU needed to carry out those requests.                    

Informazioni di Base sull'Estensione

Nome Anti Facebook/Analytics Tracking Anti Facebook/Analytics Tracking
ID enmegaepddkadpfkhiklfcngbcmflilp
URL Ufficiale https://chromewebstore.google.com/detail/anti-facebookanalytics-tr/enmegaepddkadpfkhiklfcngbcmflilp
Descrizione Blocks Facebook and other web tracking events, letting you browse the web safer.
Dimensione del File 44.8 KB
Conteggio Installazioni 66
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-04-25
Data di Pubblicazione 2020-04-21
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Facebook\/Analytics Tracking",
    "version": "1.0.0",
    "description": "Blocks Facebook and other web tracking events, letting you browse the web safer.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Anti Facebook Tracking",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/anti-facebook16.png",
        "48": "icons\/anti-facebook48.png",
        "128": "icons\/anti-facebook128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "manifest_version": 2
}