Steam cards getter
This extension allow you to automate cards getting process
Steam cards getter क्या है?
Steam cards getter lgg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allow you to automate cards getting process"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam cards getter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
एक्सटेंशन की मूल जानकारी
नाम | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
विवरण | This extension allow you to automate cards getting process |
फ़ाइल का आकार | 74.88 KB |
स्थापना संख्या | 267 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2018-07-02 |
प्रकाशन तिथि | 2018-07-02 |
डेवलपर | lgg |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lgg/steam-cards-getter |
सहायता पृष्ठ URL | https://github.com/lgg/steam-cards-getter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam cards getter", "description": "This extension allow you to automate cards getting process", "version": "1.1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "http:\/\/store.steampowered.com\/", "https:\/\/store.steampowered.com\/" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "js": [ "content-scripts\/steam-cards-getter-content-script.js" ] } ] } |