Undirect
Removes link tracking and redirection from facebook results
什麼是Undirect?
Undirect是由xwipeoutx開發的Chrome擴展程式,該擴展的主要功能是“Removes link tracking and redirection from facebook results”。
擴展截圖
下載Undirect擴展crx文件
下載Undirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Undirect |
ID | dohbiijnjeiejifbgfdhfknogknkglio |
官方網址 | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
簡介 | Removes link tracking and redirection from facebook results |
檔案大小 | 15.96 KB |
安裝次數 | 2,359 |
目前版本 | 2.0.0 |
更新時間 | 2018-12-04 |
上架時間 | 2018-12-04 |
評分 | 4.33/5 共 70 次評分 |
開發者 | xwipeoutx |
付費類型 | free |
擴展官網 | https://github.com/xwipeoutx/undirect |
支援的語言 | 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" ] } ] } |