Dota2Lounge items checker
Easy getting information about item on dota2lounge from dota-trade
什麼是Dota2Lounge items checker?
Dota2Lounge items checker是由Maxim Zhukov開發的Chrome擴展程式,該擴展的主要功能是“Easy getting information about item on dota2lounge from dota-trade”。
擴展截圖
下載Dota2Lounge items checker擴展crx文件
下載Dota2Lounge items checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | aifjbklilhppfacmhphcgkllilfehack |
官方網址 | https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack |
簡介 | Easy getting information about item on dota2lounge from dota-trade |
檔案大小 | 39.56 KB |
安裝次數 | 101 |
目前版本 | 1.0.1 |
更新時間 | 2013-11-26 |
上架時間 | 2013-11-26 |
評分 | 3.42/5 共 12 次評分 |
開發者 | Maxim Zhukov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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'" } |