Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Valve devs in-game: CSGO क्या है?
Valve devs in-game: CSGO knobik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Valve devs in-game: CSGO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
विवरण | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
फ़ाइल का आकार | 264 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2016-08-24 |
प्रकाशन तिथि | 2016-08-24 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | knobik |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Valve devs in-game: CSGO", "description": "", "version": "0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "alarms", "webRequest", "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "48.png" ] } |