Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Csgopolygon Withdraw Assistantとは何ですか?
Csgopolygon Withdraw Assistantはhttps://www.protogalaxy.meによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for retrieving new items in the withdraw panel」です。
拡張機能のスクリーンショット
Csgopolygon Withdraw Assistant拡張機能のCRXファイルをダウンロード
Csgopolygon Withdraw Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com. 拡張機能の基本情報
| 名前 | |
| ID | hbjkpapgkolonobiohhihjlbfeihcbio |
| 公式URL | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
| 説明 | A chrome extension for retrieving new items in the withdraw panel |
| ファイルサイズ | 112 KB |
| インストール数 | 19 |
| 現在のバージョン | 0.9 |
| 最終更新日 | 2017-11-08 |
| 公開日 | 2017-11-08 |
| 開発者 | https://www.protogalaxy.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.protogalaxy.me |
| ヘルプページのURL | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Csgopolygon Withdraw Assistant",
"short_name": "Withdraw Assistant",
"description": "A chrome extension for retrieving new items in the withdraw panel",
"version": "0.9",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "assets\/images\/icon16.png",
"24": "assets\/images\/icon24.png",
"32": "assets\/images\/icon32.png"
},
"default_title": "Withdraw Assistant",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"assets\/imports\/jquery-3.2.1.min.js",
"eventPage.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/csgopolygon.com\/withdraw.php"
],
"css": [
"assets\/css\/withdraw.css"
],
"js": [
"assets\/imports\/jQuery-3.2.1.min.js",
"assets\/js\/withdraw.js"
]
}
]
} | |