Clid Remover

Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.

Что такое Clid Remover?

Clid Remover - это расширение Chrome, разработанное Vemu, и его основная функция - "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".

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

screenshot

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

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

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

                        When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.                    

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

Название Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
Официальный URL https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
Описание Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Размер файла 17.82 KB
Количество установок 82
Текущая Версия 1.3
Последнее Обновление 2023-08-25
Дата публикации 2020-06-23
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Vemu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/xVemu/clid-remover
URL страницы помощи https://github.com/xVemu/clid-remover/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clid Remover",
    "version": "1.3",
    "description": "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.",
    "manifest_version": 3,
    "author": "Vemu (Kamil Kras)",
    "icons": {
        "16": "img\/16x.png",
        "24": "img\/24x.png",
        "32": "img\/32x.png",
        "48": "img\/48x.png",
        "64": "img\/64x.png",
        "128": "img\/128x.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}