Steam Friends Enhancer
Improve steam friends experience
Steam Friends Enhancer क्या है?
Steam Friends Enhancer ceifa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve steam friends experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Friends Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension help you to manager your steam friends list. The current features available are: - Send mass comments to your friends - Select friends by offline time
एक्सटेंशन की मूल जानकारी
नाम | Steam Friends Enhancer |
ID | homplpaldlodpgkcilfgcbfoaolbmplm |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
विवरण | Improve steam friends experience |
फ़ाइल का आकार | 18.83 KB |
स्थापना संख्या | 2,167 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2022-03-16 |
प्रकाशन तिथि | 2020-07-12 |
रेटिंग | 4.00/5 कुल 19 रेटिंग्स |
डेवलपर | ceifa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ceifa/steam-friends-enhancer |
सहायता पृष्ठ URL | https://github.com/ceifa/steam-friends-enhancer/issues |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Friends Enhancer", "version": "0.0.5", "manifest_version": 2, "description": "Improve steam friends experience", "icons": { "128": ".\/static\/icon-128px.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/steamcommunity.com\/*\/*\/friends*" ], "js": [ ".\/js\/content.js" ] } ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "\/js\/injected.js" ], "permissions": [ "*:\/\/steamcommunity.com\/*\/*\/friends*" ] } |