CS Accounts Extension
csaccounts.com extension to view CS accounts in steam profile page
CS Accounts Extension क्या है?
CS Accounts Extension saddiqs1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "csaccounts.com extension to view CS accounts in steam profile page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CS Accounts Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When viewing a steam profile page, you will be able to see their faceit and esea account embedded on the page. *NOTE*: ESEA profiles will not work 100% of the time.
एक्सटेंशन की मूल जानकारी
नाम | CS Accounts Extension |
ID | hmkcdlbelaggmkddoebdbenhchpmfcbb |
आधिकारिक URL | https://chromewebstore.google.com/detail/cs-accounts-extension/hmkcdlbelaggmkddoebdbenhchpmfcbb |
विवरण | csaccounts.com extension to view CS accounts in steam profile page |
फ़ाइल का आकार | 23.98 KB |
स्थापना संख्या | 125 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-05-15 |
प्रकाशन तिथि | 2023-05-14 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | saddiqs1 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://csaccounts.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CS Accounts Extension", "description": "csaccounts.com extension to view CS accounts in steam profile page", "version": "1.1.0", "action": { "default_icon": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-32x32.png", "128": "icon-32x32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ], "exclude_matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*", "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*" ], "css": [ "style.css" ], "js": [ "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "https:\/\/csaccounts.com\/api\/*" ] } |