Steam ID Finder
Display Steam users' IDs. One-click to copy.
Steam ID Finder क्या है?
Steam ID Finder https://avi12.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display Steam users' IDs. One-click to copy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam ID Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: 1. Visit a Steam profile to see & copy the user's IDs 2. Right-click a profile URL to copy an associated ID 3. Visit the Friends Manager to copy multiple user IDs at once 4. Generate a line for SourceMod admin configuration when copying an ID Source code: https://github.com/avi12/steam-id-finder
एक्सटेंशन की मूल जानकारी
नाम | Steam ID Finder |
ID | iaeodlelphecgkpneeifmgcjgeoobjah |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-id-finder/iaeodlelphecgkpneeifmgcjgeoobjah |
विवरण | Display Steam users' IDs. One-click to copy. |
फ़ाइल का आकार | 83.48 KB |
स्थापना संख्या | 1,458 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-12-14 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://avi12.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://avi12.com/steam-id-finder |
सहायता पृष्ठ URL | https://github.com/avi12/steam-id-finder/issues/new/choose |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam ID Finder", "short_name": "Steam ID", "description": "Display Steam users' IDs. One-click to copy.", "version": "1.0.1", "manifest_version": 3, "author": "avi12", "developer": { "name": "avi12", "url": "https:\/\/avi12.com\/skillshare-player-control" }, "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" }, "action": { "default_title": "Steam ID Finder Settings", "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/id\/*", "https:\/\/steamcommunity.com\/profiles\/*" ], "js": [ "build\/scripts\/steam-id-finder-content-script-initialize.js" ], "css": [ "build\/styles-injected\/main.css" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "https:\/\/api.steampowered.com\/ISteamUser\/*" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |