Intercept Redirect
Skip tracking redirects that serve no purpose other than to waste your valuable time.
Wat is Intercept Redirect?
Intercept Redirect is een Chrome-extensie ontwikkeld door https://bjornstar.com, en de belangrijkste functie is "Skip tracking redirects that serve no purpose other than to waste your valuable time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Intercept Redirect
Download Intercept Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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`
Basisinformatie over de Extensie
Naam | Intercept Redirect |
ID | kdjmiebhgaleboaamnehjbamlghkoedf |
Officiële URL | https://chromewebstore.google.com/detail/intercept-redirect/kdjmiebhgaleboaamnehjbamlghkoedf |
Beschrijving | Skip tracking redirects that serve no purpose other than to waste your valuable time. |
Bestandsgrootte | 15.4 KB |
Aantal Installaties | 332 |
Huidige Versie | 8.13.0 |
Laatst Bijgewerkt | 2023-10-31 |
Publicatiedatum | 2020-05-28 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://bjornstar.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bjornstar/intercept-redirect |
Help Pagina-URL | https://github.com/bjornstar/intercept-redirect/issues |
Ondersteunde Talen | 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" } |