T-Keys
Find and buy your fav games on G2A/Kinguin from Twitch.
T-Keys란 무엇입니까?
T-Keys은(는) Carwack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find and buy your fav games on G2A/Kinguin from Twitch."입니다.
확장 프로그램 스크린샷
T-Keys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
T-Keys is an extension that adds a button to go to Kinguin/G2A to find the streamed game easily. The button can be found under the stream aside of the game and team information.
--Currently in public alpha--
FAQ:
- How does it works?
T-keys injects the page and adds a button linking towards the search page of G2A, using the game name to provide the right search parameters.
- No results on search page?
Not all games that are streamed on Twitch are available on Kinguin/G2A, sorry.
- Referral link?
Yes I'm using a referral link on G2A goldmine and Kinguin. That's why there is a new tab opening and closing automatically.
Note that G2A uses cookies for the referrals.
- Thanks To
Lucas Van Beneden
--Currently in public alpha--
--Feel free to give feedback/suggestions--
This extension has no rights on Twitch, Kinguin or G2A and isn't responsible for anything.
--Fixes--
Fixed to support the new design of Twitch 확장 프로그램 기본 정보
| 이름 | |
| ID | bddfjnhjcpkofchddlgmmpjnplgabmdp |
| 공식 URL | https://chromewebstore.google.com/detail/t-keys/bddfjnhjcpkofchddlgmmpjnplgabmdp |
| 설명 | Find and buy your fav games on G2A/Kinguin from Twitch. |
| 파일 크기 | 11.5 KB |
| 설치 횟수 | 36 |
| 현재 버전 | 1.1.4 |
| 최근 업데이트 | 2020-08-27 |
| 출시 날짜 | 2017-03-06 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | Carwack |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "T-Keys",
"description": "Find and buy your fav games on G2A\/Kinguin from Twitch.",
"version": "1.1.4",
"permissions": [
"activeTab",
"tabs",
"https:\/\/www.twitch.tv\/*",
"webNavigation"
],
"icons": {
"16": "TKeys16.png",
"48": "TKeys48.png",
"128": "TKeysLogo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"G2A.png",
"Kinguin.png"
]
} | |