Dota2Lounge items checker

Easy getting information about item on dota2lounge from dota-trade

Wat is Dota2Lounge items checker?

Dota2Lounge items checker is een Chrome-extensie ontwikkeld door Maxim Zhukov, en de belangrijkste functie is "Easy getting information about item on dota2lounge from dota-trade".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dota2Lounge items checker

Download Dota2Lounge items checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Dota2Lounge items checker Dota2Lounge items checker
ID aifjbklilhppfacmhphcgkllilfehack
Officiële URL https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack
Beschrijving Easy getting information about item on dota2lounge from dota-trade
Bestandsgrootte 39.56 KB
Aantal Installaties 101
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-11-26
Publicatiedatum 2013-11-26
Beoordeling 3.42/5 Totaal 12 Beoordelingen
Ontwikkelaar Maxim Zhukov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota2Lounge items checker",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Easy getting information about item on dota2lounge from dota-trade",
    "browser_action": {
        "default_title": "Dota2Lounge items checker",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/logo_48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/core.js"
            ],
            "css": [
                "\/css\/core.css"
            ],
            "matches": [
                "http:\/\/dota2lounge.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/jquery.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}