Steam Activity Filter
Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.
Steam Activity Filter क्या है?
Steam Activity Filter ZeroUnderscoreOu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Activity Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now you don't have to scroll each day through whole Steam friends' activity looking for a particular event - filter activity for any day for any player or group and display only what you're interested in.
एक्सटेंशन की मूल जानकारी
नाम | Steam Activity Filter |
ID | hcldbiknhbfgchhdohoebedmmolifhmf |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-activity-filter/hcldbiknhbfgchhdohoebedmmolifhmf |
विवरण | Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it. |
फ़ाइल का आकार | 33.43 KB |
स्थापना संख्या | 348 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2016-05-16 |
प्रकाशन तिथि | 2016-05-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | ZeroUnderscoreOu |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://steamcommunity.com/groups/0_oWassup/ |
सहायता पृष्ठ URL | http://steamcommunity.com/groups/0_oWassup/discussions/3/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Activity Filter", "short_name": "SAF", "author": "ZeroUnderscoreOu", "version": "1.4.0", "homepage_url": "http:\/\/steamcommunity.com\/groups\/0_oWassup\/discussions\/3\/", "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" }, "applications": { "gecko": { "id": "@SteamActivityFilter" } }, "description": "Filter for friends' activity in Steam. Allows to load activity for selected days and display needed part of it.", "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/*\/home*" ], "js": [ "data\/Index.js" ] } ], "web_accessible_resources": [ "data\/SteamActivityFilter.js" ] } |