fasterLinks
For all you short URLs haters!
fasterLinks란 무엇입니까?
fasterLinks은(는) paul.leclercq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For all you short URLs haters!"입니다.
fasterLinks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For all you shortened URLs haters on Twitter or TweetDeck Replaces all shortened URLs with real URLs without UTM to save precious seconds and finally know where we click without being tracked. Twitter redirects every URLs to t.co in order to track clicks, OK cool, why not, but it makes us waste some precious seconds of our life everytime we click on a link on Twitter. To counter that, this extension removes all links with a t.co redirect with their real URLs, and also display the full address on the tweet because who gives a f. to the 140 chars limit on Tweeter? Open-source : https://github.com/polomarcus/faster-links
확장 프로그램 기본 정보
이름 | fasterLinks |
ID | ojggkiabpbjlckhpaphgdhhojgcpimah |
공식 URL | https://chromewebstore.google.com/detail/fasterlinks/ojggkiabpbjlckhpaphgdhhojgcpimah |
설명 | For all you short URLs haters! |
파일 크기 | 183 KB |
설치 횟수 | 19 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2016-09-01 |
출시 날짜 | 2016-09-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | paul.leclercq |
결제 유형 | free |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |