Dota2Lounge items checker
Easy getting information about item on dota2lounge from dota-trade
Cos'è Dota2Lounge items checker?
Dota2Lounge items checker è un'estensione di Chrome sviluppata da Maxim Zhukov, e la sua funzione principale è "Easy getting information about item on dota2lounge from dota-trade".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dota2Lounge items checker
Scarica i file di estensione Dota2Lounge items checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | aifjbklilhppfacmhphcgkllilfehack |
URL Ufficiale | https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack |
Descrizione | Easy getting information about item on dota2lounge from dota-trade |
Dimensione del File | 39.56 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-11-26 |
Data di Pubblicazione | 2013-11-26 |
Valutazione | 3.42/5 Totale 12 Valutazioni |
Sviluppatore | Maxim Zhukov |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |