Dota 2 Lounge Auto-Bumper

Bumps all your Dota 2 Lounge trades automatically

Dota 2 Lounge Auto-Bumperとは何ですか?

Dota 2 Lounge Auto-Bumperは2noobsiteによって開発されたChromeの拡張機能で、その主な機能は「Bumps all your Dota 2 Lounge trades automatically」です。

拡張機能のスクリーンショット

screenshot

Dota 2 Lounge Auto-Bumper拡張機能のCRXファイルをダウンロード

Dota 2 Lounge Auto-Bumper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension bumps all your Dota 2 Lounge trades automatically every 30 minutes. Every half hour it discretely opens a tab at dota2lounge.com/mytrades, "clicks" every Bump button, and closes the tab. You DO NOT need to enter your steam password or username, or any details whatsoever.                    

拡張機能の基本情報

名前 Dota 2 Lounge Auto-Bumper Dota 2 Lounge Auto-Bumper
ID momlknmipfckchdjmhbjkkeipegmajcl
公式URL https://chromewebstore.google.com/detail/dota-2-lounge-auto-bumper/momlknmipfckchdjmhbjkkeipegmajcl
説明 Bumps all your Dota 2 Lounge trades automatically
ファイルサイズ 30.5 KB
インストール数 346
現在のバージョン 2.0
最終更新日 2014-01-03
公開日 2014-01-03
評価 3.60/5 合計 105 レビュー
開発者 2noobsite
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota 2 Lounge Auto-Bumper",
    "manifest_version": 2,
    "description": "Bumps all your Dota 2 Lounge trades automatically",
    "version": "2.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/dota2lounge.com\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/dota2lounge.com\/mytrades?ext"
            ],
            "js": [
                "tradescript.js"
            ]
        }
    ]
}