Intercept Redirect
Skip tracking redirects that serve no purpose other than to waste your valuable time.
Что такое Intercept Redirect?
Intercept Redirect - это расширение Chrome, разработанное https://bjornstar.com, и его основная функция - "Skip tracking redirects that serve no purpose other than to waste your valuable time.".
Снимки экрана расширения
Скачать файл CRX расширения Intercept Redirect
Скачайте файлы расширений Intercept Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Some websites use a redirect service to track outbound links. This puts an extra obfuscated hop between you and the destination of those links. This extension will intercept network requests on supported sites and instantly send you to the intended destination. For a list of domains that are supported by this extension, please visit https://github.com/bjornstar/intercept-redirect For Mozilla Firefox users - https://intercept-redirect.firefox.bjornstar.com For Microsoft Edge users - https://intercept-redirect.edge.bjornstar.com For Opera users - https://intercept-redirect.opera.bjornstar.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= What's new in the latest version? v8.13.0 - 2023-10-30 - Add `edgeservices.bing.com`
Основная информация о расширении
Название | Intercept Redirect |
ID | kdjmiebhgaleboaamnehjbamlghkoedf |
Официальный URL | https://chromewebstore.google.com/detail/intercept-redirect/kdjmiebhgaleboaamnehjbamlghkoedf |
Описание | Skip tracking redirects that serve no purpose other than to waste your valuable time. |
Размер файла | 15.4 KB |
Количество установок | 332 |
Текущая Версия | 8.13.0 |
Последнее Обновление | 2023-10-31 |
Дата публикации | 2020-05-28 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | https://bjornstar.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/bjornstar/intercept-redirect |
URL страницы помощи | https://github.com/bjornstar/intercept-redirect/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "index.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Intercept Redirect", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/bhpz.adj.st\/", "*:\/\/app.adjust.com\/jsr", "*:\/\/edgeservices.bing.com\/edgesvc\/redirect", "*:\/\/c212.net\/c\/link", "*:\/\/*.curseforge.com\/linkout", "*:\/\/clickserve.dartsearch.net\/link\/click", "*:\/\/github-redirect.dependabot.com\/", "*:\/\/*.digidip.net\/visit", "*:\/\/disq.us\/url", "*:\/\/cj.dotomi.com\/links-t\/*", "*:\/\/console.ebsta.com\/linktracking\/track.aspx", "*:\/\/redirect.epicgames.com\/*", "*:\/\/exit.sc\/", "*:\/\/facebook.com\/flx\/warn\/", "*:\/\/l.facebook.com\/l.php", "*:\/\/lm.facebook.com\/l.php", "*:\/\/m.facebook.com\/flx\/warn\/", "*:\/\/gate.sc\/", "*:\/\/www.google.co.jp\/imgres", "*:\/\/www.google.co.jp\/url", "*:\/\/news.url.google.com\/url", "*:\/\/plus.url.google.com\/url", "*:\/\/www.google.com\/imgres", "*:\/\/www.google.com\/sorry\/index", "*:\/\/www.google.com\/url", "*:\/\/www.google.se\/imgres", "*:\/\/www.google.se\/url", "*:\/\/www.googleadservices.com\/pagead\/aclk", "*:\/\/href.li\/", "*:\/\/l.instagram.com\/", "*:\/\/www.javlibrary.com\/cn\/redirect.php", "*:\/\/www.javlibrary.com\/en\/redirect.php", "*:\/\/www.javlibrary.com\/ja\/redirect.php", "*:\/\/www.javlibrary.com\/tw\/redirect.php", "*:\/\/r.klar.na\/", "*:\/\/www.kraken.com\/redirect", "*:\/\/t.lever-analytics.com\/email-link", "*:\/\/www.linkedin.com\/redir\/redirect", "*:\/\/www.linkedin.com\/safety\/go", "*:\/\/l.messenger.com\/l.php", "*:\/\/outgoing.prod.mozaws.net\/v1\/*", "*:\/\/prod.outgoing.prod.webservices.mozgcp.net\/v1\/*", "*:\/\/static.teams.cdn.office.net\/evergreen-assets\/safelinks\/1\/atp-safelinks.html", "*:\/\/onlyfans.com\/away", "*:\/\/*.safelinks.protection.outlook.com\/", "*:\/\/slack-redir.net\/link", "*:\/\/steamcommunity.com\/linkfilter\/", "*:\/\/www.tiktok.com\/link\/v2", "*:\/\/toyhou.se\/~r", "*:\/\/twitter.com\/i\/redirect", "*:\/\/t.umblr.com\/redirect", "*:\/\/vk.com\/away.php", "*:\/\/workable.com\/nr", "*:\/\/www.youtube.com\/redirect" ], "version": "8.13.0" } |