Dota2Lounge items checker
Easy getting information about item on dota2lounge from dota-trade
Co to jest Dota2Lounge items checker?
Dota2Lounge items checker to rozszerzenie Chrome opracowane przez Maxim Zhukov, a jego główną funkcją jest „Easy getting information about item on dota2lounge from dota-trade”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dota2Lounge items checker
Pobierz pliki rozszerzeń Dota2Lounge items checker 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aifjbklilhppfacmhphcgkllilfehack |
Oficjalny URL | https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack |
Opis | Easy getting information about item on dota2lounge from dota-trade |
Rozmiar pliku | 39.56 KB |
Liczba instalacji | 101 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2013-11-26 |
Data Publikacji | 2013-11-26 |
Ocena | 3.42/5 Łącznie 12 Oceny |
Deweloper | Maxim Zhukov |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |