Activate Steam Key from Context Menu
Use the right-click menu to activate selected steam key
Activate Steam Key from Context Menuとは何ですか?
Activate Steam Key from Context MenuはNirantaliによって開発されたChromeの拡張機能で、その主な機能は「Use the right-click menu to activate selected steam key」です。
拡張機能のスクリーンショット
Activate Steam Key from Context Menu拡張機能のCRXファイルをダウンロード
Activate Steam Key from Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides a simple and convenient way to activate Steam Keys by simply selecting/mark them and then activating them via Right-Click Context Menu. The Extension uses the newly available Steam Key Web activation and is fully automated (SSA_Auto_Accept etc.). Simply select/mark a Steam Key, Right-Click and click on 'Activate Steam Key' in the Context Menu. Users already needs to be logged in on Steam Web Page to work properly. Revisions: v1.2.1 - Removed permission for tabs because doesn't need not be requested to work v1.2 - Selection(Key) is now URLencoded for binary safety v1.1 - Added pattern check for Steam Key to allow users to manual correct certain keys - Automatically remove all white spaces from key selection v1.0 - Initial Release
拡張機能の基本情報
名前 | Activate Steam Key from Context Menu |
ID | jfaclingjhpenmjnlcgiagihabfbilcb |
公式URL | https://chromewebstore.google.com/detail/activate-steam-key-from-c/jfaclingjhpenmjnlcgiagihabfbilcb |
説明 | Use the right-click menu to activate selected steam key |
ファイルサイズ | 24.7 KB |
インストール数 | 1,558 |
現在のバージョン | 1.2.1 |
最終更新日 | 2022-01-06 |
公開日 | 2017-09-03 |
評価 | 3.33/5 合計 12 レビュー |
開発者 | Nirantali |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/K4r0qtuYNE5G4qgZ/RightClickSteamKeyActivator |
ヘルプページのURL | https://github.com/K4r0qtuYNE5G4qgZ/RightClickSteamKeyActivator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Activate Steam Key from Context Menu", "description": "Use the right-click menu to activate selected steam key", "version": "1.2.1", "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "js\/skactivater.js" ], "persistent": true }, "minimum_chrome_version": "6.0.472", "browser_action": { "default_icon": "images\/ico32.png" }, "icons": { "16": "images\/ico16.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |