Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Fitocracy Prop Bomberとは何ですか?

Fitocracy Prop BomberはMottieによって開発されたChromeの拡張機能で、その主な機能は「Prop bomb everyone on the current page with a single click」です。

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

screenshot

Fitocracy Prop Bomber拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A prop bomber icon will be added next to the notifications dropdown. Click it and all prop buttons will get clicked for you. You'll need to scroll down to load more of the feed to reveal more prop buttons for bombin' with your fist bump button of awesomeness!                    

拡張機能の基本情報

名前 Fitocracy Prop Bomber Fitocracy Prop Bomber
ID gcdngipjhonihoajbjaieeoekanakgjk
公式URL https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk
説明 Prop bomb everyone on the current page with a single click
ファイルサイズ 17.19 KB
インストール数 15
現在のバージョン 1.0.1
最終更新日 2017-04-13
公開日 2017-04-13
評価 5.00/5 合計 1 レビュー
開発者 Mottie
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fitocracy Prop Bomber",
    "version": "1.0.1",
    "description": "Prop bomb everyone on the current page with a single click",
    "author": "Rob Garrison",
    "manifest_version": 2,
    "homepage_url": "http:\/\/github.com\/Mottie\/FitocracyPropBomber",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "props.js"
            ],
            "matches": [
                "https:\/\/www.fitocracy.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}