Anti Facebook/Analytics Tracking

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

Wat is Anti Facebook/Analytics Tracking?

Anti Facebook/Analytics Tracking is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Blocks Facebook and other web tracking events, letting you browse the web safer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anti Facebook/Analytics Tracking

Download Anti Facebook/Analytics Tracking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Anti Facebook/Analytics Tracking Anti Facebook/Analytics Tracking
ID enmegaepddkadpfkhiklfcngbcmflilp
Officiële URL https://chromewebstore.google.com/detail/anti-facebookanalytics-tr/enmegaepddkadpfkhiklfcngbcmflilp
Beschrijving Blocks Facebook and other web tracking events, letting you browse the web safer.
Bestandsgrootte 44.8 KB
Aantal Installaties 66
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-04-25
Publicatiedatum 2020-04-21
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}