Intercept Redirect
Skip tracking redirects that serve no purpose other than to waste your valuable time.
¿Qué es Intercept Redirect?
Intercept Redirect es una extensión de Chrome desarrollada por https://bjornstar.com, y su función principal es "Skip tracking redirects that serve no purpose other than to waste your valuable time.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Intercept Redirect
Descarga archivos de extensión Intercept Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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`
Información Básica de la Extensión
Nombre | Intercept Redirect |
ID | kdjmiebhgaleboaamnehjbamlghkoedf |
URL Oficial | https://chromewebstore.google.com/detail/intercept-redirect/kdjmiebhgaleboaamnehjbamlghkoedf |
Descripción | Skip tracking redirects that serve no purpose other than to waste your valuable time. |
Tamaño del Archivo | 15.4 KB |
Cantidad de Instalaciones | 332 |
Versión Actual | 8.13.0 |
Última Actualización | 2023-10-31 |
Fecha de Publicación | 2020-05-28 |
Calificación | 2.33/5 Total de 3 Calificaciones |
Desarrollador | https://bjornstar.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/bjornstar/intercept-redirect |
URL de la Página de Ayuda | https://github.com/bjornstar/intercept-redirect/issues |
Idiomas Soportados | 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" } |