Linkis Breakout Redirect
Checks URL and redirects as required.
Linkis Breakout Redirect란 무엇입니까?
Linkis Breakout Redirect은(는) http://www.idltd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks URL and redirects as required."입니다.
확장 프로그램 스크린샷
Linkis Breakout Redirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I hate Linkis - it screws up URL's in tweets and makes it hard to break out. This plug in ( mainly taken from http://superuser.com/questions/284110/redirect-urls-in-chrome ) will automatically redirect to the original source page once the linkis version has loaded. v0.7 Previous fix broke YouTube link processing, now that works as well! v0.6 Fixed an occasional looping problem if original link not found. Now will look harder and not loop if not found. v0.5 Handles more links better(!) v0.4 Handles YouTube links v0.3 Initial Version
확장 프로그램 기본 정보
이름 | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
공식 URL | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
설명 | Checks URL and redirects as required. |
파일 크기 | 3.99 KB |
설치 횟수 | 15 |
현재 버전 | 0.7 |
최근 업데이트 | 2016-11-20 |
출시 날짜 | 2016-11-20 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://www.idltd.com |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkis Breakout Redirect", "version": "0.7", "description": "Checks URL and redirects as required.", "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/linkis.com\/*", "https:\/\/linkis.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |