Goodbye, t.co! - bypass t.co links
This extension lets you skip any t.co links. It will speed up your daily Twitter productivity -- if there is such a thing.
Goodbye, t.co! - bypass t.co links란 무엇입니까?
Goodbye, t.co! - bypass t.co links은(는) Xavier Ho에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you skip any t.co links. It will speed up your daily Twitter productivity -- if there is such a thing."입니다.
확장 프로그램 스크린샷
Goodbye, t.co! - bypass t.co links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Bypass all t.co links!**
Ever been annoyed at how slow t.co service is? Wait no more! This extension replaces all links in your Twitter Web UI with the ultimate destination -- completely skipping t.co shortlink services. It will improve your Twitter end user experience.
Give it a try - you will love it!
Please send all feedback to [email protected]. I'd love to hear from you.
Version 1.8: Fixed bugs where profile card links and permalinks were incorrectly formatted.
Version 1.7: Thanks for the feedback! Twitter profile's website t.co links are also bypassed.
Version 1.6: Added a new screenshot.
Version 1.5: Maintenance update.
Version 1.4: We now support Tweetdeck Web UI, and pic.twitter.com links!
Version 1.3: This is a bug fix release to make sure the extension is smooth!
Version 1.2: Works with Twitter span hack. Welcome back, productivity!
Version 1.1: Even if a shortlink goes to t.co, we still skip it!
Version 1.0 released! This is a stable release.
We do not gather your Twitter data in any way---only replacing the t.co shortlinks.
For the curious: Source Code is here: http://goo.gl/dpptK 확장 프로그램 기본 정보
| 이름 | |
| ID | amkpabkldfondhfldmecnfjlmjencfbf |
| 공식 URL | https://chromewebstore.google.com/detail/goodbye-tco-bypass-tco-li/amkpabkldfondhfldmecnfjlmjencfbf |
| 설명 | This extension lets you skip any t.co links. It will speed up your daily Twitter productivity -- if there is such a thing. |
| 파일 크기 | 149 KB |
| 설치 횟수 | 764 |
| 현재 버전 | 1.8 |
| 최근 업데이트 | 2015-03-28 |
| 출시 날짜 | 2015-03-28 |
| 평점 | 4.13/5 총 16 개의 평점 |
| 개발자 | Xavier Ho |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Goodbye, t.co! - bypass t.co links",
"version": "1.8",
"manifest_version": 2,
"description": "This extension lets you skip any t.co links. It will speed up your daily Twitter productivity -- if there is such a thing.",
"permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*"
],
"icons": {
"16": "Goodbye_t_co_icon_16_v1.png",
"48": "Goodbye_t_co_icon_48_v1.png",
"128": "Goodbye_t_co_icon_v1.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*"
],
"js": [
"goodbye-t.co.js"
],
"run_at": "document_end"
}
]
} | |