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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the right-click menu to activate selected steam key"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Activate Steam Key from Context Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |