Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Fitocracy Prop Bomberคืออะไร?

Fitocracy Prop Bomber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mottie และคุณลักษณะหลักของมันคือ "Prop bomb everyone on the current page with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fitocracy Prop Bomber

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}