FB Anti-Tracker Online

This extension prevents ad tracking by Facebook.

Wat is FB Anti-Tracker Online?

FB Anti-Tracker Online is een Chrome-extensie ontwikkeld door abrasoft, en de belangrijkste functie is "This extension prevents ad tracking by Facebook.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FB Anti-Tracker Online

Download FB Anti-Tracker Online-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

                        FB Anti-Tracker Online
Make the web faster, more private, and more secure.
Disconnect lets you visualize and block the facebook that track you.                    

Basisinformatie over de Extensie

Naam FB Anti-Tracker Online FB Anti-Tracker Online
ID aocdkpnagmpicooglhjddolmcomnfpke
Officiële URL https://chromewebstore.google.com/detail/fb-anti-tracker-online/aocdkpnagmpicooglhjddolmcomnfpke
Beschrijving This extension prevents ad tracking by Facebook.
Bestandsgrootte 66.25 KB
Aantal Installaties 94
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-09
Publicatiedatum 2020-01-05
Ontwikkelaar abrasoft
Betalingswijze free
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "defaul_icon": {
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png",
            "256": "icon256.png",
            "512": "icon512.png"
        },
        "default_title": "FB Privacy&Security Online",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}