StopFB

Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs

Что такое StopFB?

StopFB - это расширение Chrome, разработанное stopfbext, и его основная функция - "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения StopFB

Скачайте файлы расширений StopFB в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Stop Facebook from tracking pages that you visit and share by removing tracking IDs from URLs.  This extension removes the "fbclid" and "gclid" arguments from all URLs to prevent Facebook and Google from tracking your browsing.                    

Основная информация о расширении

Название StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
Официальный URL https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
Описание Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
Размер файла 7.27 KB
Количество установок 238
Текущая Версия 1.2
Последнее Обновление 2019-04-13
Дата публикации 2019-04-09
Рейтинг 4.33/5 Всего 3 оценок
Разработчик stopfbext
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StopFB",
    "author": "Robert La Ferla",
    "version": "1.2",
    "description": "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs",
    "permissions": [
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}