NoTrack - Block Redirection Tracking
Prevents redirect links from tracking you in popular search engines.
Что такое NoTrack - Block Redirection Tracking?
NoTrack - Block Redirection Tracking - это расширение Chrome, разработанное loora, и его основная функция - "Prevents redirect links from tracking you in popular search engines.".
Снимки экрана расширения
Скачать файл CRX расширения NoTrack - Block Redirection Tracking
Скачайте файлы расширений NoTrack - Block Redirection Tracking в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
NoTrack - Block Redirection Tracking extension helps you prevent redirect URLs from tracking you in popular search engines. It is currently working for Google, Yahoo and Bing search engines. You can add desired rules (with regular expressions) in the options page. When a rule is matched with a redirect URL, it is blocked (or redirected) and therefore the host server won't be able to track you. You can add any regular expressions that you would like in the options page. But please note that you need to add rules comma separated. Before adding the rules please make sure they are working correctly otherwise it might break the add-on. Bade icon text shows you the number of blocked URLs. In order to report bugs, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/notrack.html).
Основная информация о расширении
Название | |
ID | knjgjcgmkldnfeejjmacjojljgbhcdbf |
Официальный URL | https://chrome.google.com/webstore/detail/notrack-block-redirection/knjgjcgmkldnfeejjmacjojljgbhcdbf |
Описание | Prevents redirect links from tracking you in popular search engines. |
Размер файла | 62.21 KB |
Количество установок | 700 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2018-06-26 |
Дата публикации | 2018-06-26 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | loora |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://mybrowseraddon.com/notrack.html |
URL страницы помощи | http://mybrowseraddon.com/notrack.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "short_name": "notrack", "name": "NoTrack - Block Redirection Tracking", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/notrack.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", " |