Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Vad är Fitocracy Prop Bomber?

Fitocracy Prop Bomber är en Chrome-tillägg utvecklad av Mottie, och dess huvudfunktion är "Prop bomb everyone on the current page with a single click".

Tilläggsskärmbilder

screenshot

Ladda ner Fitocracy Prop Bomber-förlängningens CRX-fil

Ladda ner Fitocracy Prop Bomber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Fitocracy Prop Bomber Fitocracy Prop Bomber
ID gcdngipjhonihoajbjaieeoekanakgjk
Officiell webbadress https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk
Beskrivning Prop bomb everyone on the current page with a single click
Filstorlek 17.19 KB
Antal Installationer 15
Aktuell Version 1.0.1
Senast Uppdaterad 2017-04-13
Publiceringsdatum 2017-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mottie
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}