Undirect
Removes link tracking and redirection from facebook results
O que é Undirect?
Undirect é uma extensão do Chrome desenvolvida por xwipeoutx, e sua principal característica é "Removes link tracking and redirection from facebook results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Undirect
Baixe arquivos de extensão Undirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
UPDATE: Removed Google support as they changed their tracking to no longer use redirects - thus making this extension pointless for it. see https://github.com/xwipeoutx/undirect/issues/13 for more info. Have you ever tried to copy a url from Facebook search and got a massive redirect url instead? Do you want them to know exactly what search results you're clicking? Have you seen your browser stuck at a redirect page, instead of going straight where you want to? Undirect can fix these things! Links on Facebook search results will no longer do any redirecting - go straight to the site you want, first time! Supports both HTTP and HTTPS. View the project page on GitHub: https://github.com/xwipeoutx/undirect
Informações Básicas da Extensão
Nome | Undirect |
ID | dohbiijnjeiejifbgfdhfknogknkglio |
URL Oficial | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
Descrição | Removes link tracking and redirection from facebook results |
Tamanho do Arquivo | 15.96 KB |
Contagem de Instalações | 2,359 |
Versão Atual | 2.0.0 |
Última Atualização | 2018-12-04 |
Data de Publicação | 2018-12-04 |
Classificação | 4.33/5 Total de 70 Avaliações |
Desenvolvedor | xwipeoutx |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/xwipeoutx/undirect |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Undirect", "version": "2.0.0", "author": "Steve Leigh", "homepage_url": "https:\/\/github.com\/xwipeoutx\/undirect", "description": "Removes link tracking and redirection from facebook results", "icons": { "16": "undirect16.png", "48": "undirect48.png", "128": "undirect128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "undirect.js" ] } ] } |