csgolounge helper
csgolounge by iamoverit
什麼是csgolounge helper?
csgolounge helper是由ilya.filisteev開發的Chrome擴展程式,該擴展的主要功能是“csgolounge by iamoverit”。
擴展截圖
下載csgolounge helper擴展crx文件
下載csgolounge helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Помошник csgolounge отображает сумму всех скинов на странице mybets
擴展基本資訊
名稱 | |
ID | goipfcbeigailjdhkcpgamiamlfibnjb |
官方網址 | https://chrome.google.com/webstore/detail/csgolounge-helper/goipfcbeigailjdhkcpgamiamlfibnjb |
簡介 | csgolounge by iamoverit |
檔案大小 | 77.1 KB |
安裝次數 | 32 |
目前版本 | 0.0.1 |
更新時間 | 2014-10-08 |
上架時間 | 2014-10-08 |
評分 | 2.00/5 共 3 次評分 |
開發者 | ilya.filisteev |
付費類型 | free |
支援的語言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/lib\/jquery.cookie.js", "js\/main.js" ], "matches": [ "http:\/\/csgolounge.com\/*" ] } ], "description": "csgolounge by iamoverit", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "manifest_version": 2, "name": "csgolounge helper", "permissions": [ "http:\/\/steamcommunity.com\/*", "https:\/\/steamcommunity.com\/*", "http:\/\/loungeassistant.bi.tk\/*", "storage" ], "version": "0.0.1" } |