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ファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |