csgolounge helper

csgolounge by iamoverit

Co to jest csgolounge helper?

csgolounge helper to rozszerzenie Chrome opracowane przez ilya.filisteev, a jego główną funkcją jest „csgolounge by iamoverit”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia csgolounge helper

Pobierz pliki rozszerzeń csgolounge helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Помошник csgolounge отображает сумму всех скинов на странице mybets                    

Podstawowe informacje o rozszerzeniu

Nazwa csgolounge helper csgolounge helper
ID goipfcbeigailjdhkcpgamiamlfibnjb
Oficjalny URL https://chrome.google.com/webstore/detail/csgolounge-helper/goipfcbeigailjdhkcpgamiamlfibnjb
Opis csgolounge by iamoverit
Rozmiar pliku 77.1 KB
Liczba instalacji 32
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2014-10-08
Data Publikacji 2014-10-08
Ocena 2.00/5 Łącznie 3 Oceny
Deweloper ilya.filisteev
Typ Płatności free
Obsługiwane Języki ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.cookie.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/csgolounge.com\/*"
            ]
        }
    ],
    "description": "csgolounge by iamoverit",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "manifest_version": 2,
    "name": "csgolounge helper",
    "permissions": [
        "http:\/\/steamcommunity.com\/*",
        "https:\/\/steamcommunity.com\/*",
        "http:\/\/loungeassistant.bi.tk\/*",
        "storage"
    ],
    "version": "0.0.1"
}