Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Cos'è Fitocracy Prop Bomber?

Fitocracy Prop Bomber è un'estensione di Chrome sviluppata da Mottie, e la sua funzione principale è "Prop bomb everyone on the current page with a single click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fitocracy Prop Bomber

Scarica i file di estensione Fitocracy Prop Bomber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Fitocracy Prop Bomber Fitocracy Prop Bomber
ID gcdngipjhonihoajbjaieeoekanakgjk
URL Ufficiale https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk
Descrizione Prop bomb everyone on the current page with a single click
Dimensione del File 17.19 KB
Conteggio Installazioni 15
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-04-13
Data di Pubblicazione 2017-04-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mottie
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}