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.”。

擴展截圖

screenshot
screenshot

下載T-Keys擴展crx文件

下載T-Keys擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 T-Keys T-Keys
ID bddfjnhjcpkofchddlgmmpjnplgabmdp
官方網址 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"
    ]
}