Float From Skin

Displays float values for CS GO skins in the Steam Market. You can check statistics about the public server at…

Float From Skin क्या है?

Float From Skin Overhatted द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays float values for CS GO skins in the Steam Market. You can check statistics about the public server at…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Float From Skin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Displays float values for CS GO skins in the Steam Market.

You can check statistics about the public server at http://floatfromskin.tryrecords.com

Since requests to the Steam network cannot be made directly from your browser and must be made by a steam client you need to use a public server (that runs multiple steam clients) as a proxy. This public server is at floatfromskin.tryrecords.com which is the default server used by the app (You can change which server the app uses in the options).

Steam throttles requests very aggressively so this server can only make one request every 1.4 seconds per steam account. This means we need a lot of steam accounts with a Counter-Strike: Global Offensive copy each. If the server is not responding to your requests fast enough it's probably because there aren't enough steam clients for everybody. You can help fix that and contribute by sending a copy of Counter-Strike: Global Offensive to [email protected]. You can also send skins which I will sell to buy more copies. The public server is currently located in the European Union region (Ireland).                    

एक्सटेंशन की मूल जानकारी

नाम Float From Skin Float From Skin
ID nlheooelajnkbnpgjojileplpjhkcham
आधिकारिक URL https://chrome.google.com/webstore/detail/float-from-skin/nlheooelajnkbnpgjojileplpjhkcham
विवरण Displays float values for CS GO skins in the Steam Market. You can check statistics about the public server at…
फ़ाइल का आकार 32.95 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 4
अंतिम अपडेट 2016-09-15
प्रकाशन तिथि 2016-09-15
रेटिंग 2.80/5 कुल 15 रेटिंग्स
डेवलपर Overhatted
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://floatfromskin.tryrecords.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Float From Skin",
    "short_name": "Float From Skin",
    "version": "4",
    "icons": {
        "128": "FloatFromSkinIcon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/market\/*",
                "http:\/\/steamcommunity.com\/market\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "FloatFromSkinIcon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}