Undirect
Removes link tracking and redirection from facebook results
Undirect란 무엇입니까?
Undirect은(는) xwipeoutx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes link tracking and redirection from facebook results"입니다.
확장 프로그램 스크린샷
Undirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } ] } |