Dota2Lounge items checker
Easy getting information about item on dota2lounge from dota-trade
What is Dota2Lounge items checker?
Dota2Lounge items checker is a Chrome extension developed by Maxim Zhukov, and its main feature is "Easy getting information about item on dota2lounge from dota-trade".
Extension Screenshots
Download Dota2Lounge items checker Extension CRX File
Download Dota2Lounge items checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | aifjbklilhppfacmhphcgkllilfehack |
Official URL | https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack |
Description | Easy getting information about item on dota2lounge from dota-trade |
File Size | 39.56 KB |
Installation Count | 101 |
Current Version | 1.0.1 |
Last Updated | 2013-11-26 |
Publish Date | 2013-11-26 |
Rating | 3.42/5 Total 12 Ratings |
Developer | Maxim Zhukov |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |