Anti Facebook/Analytics Tracking

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

What is Anti Facebook/Analytics Tracking?

Anti Facebook/Analytics Tracking is a Chrome extension developed by Unknown, and its main feature is "Blocks Facebook and other web tracking events, letting you browse the web safer.".

Extension Screenshots

screenshot

Download Anti Facebook/Analytics Tracking Extension CRX File

Download Anti Facebook/Analytics Tracking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Anti Facebook/Analytics Tracking Anti Facebook/Analytics Tracking
ID enmegaepddkadpfkhiklfcngbcmflilp
Official URL https://chromewebstore.google.com/detail/anti-facebookanalytics-tr/enmegaepddkadpfkhiklfcngbcmflilp
Description Blocks Facebook and other web tracking events, letting you browse the web safer.
File Size 44.8 KB
Installation Count 66
Current Version 1.0.0
Last Updated 2020-04-25
Publish Date 2020-04-21
Developer Unknown
Payment Type free
Supported Languages 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
}