Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Qu'est-ce que Fitocracy Prop Bomber ?

Fitocracy Prop Bomber est une extension Chrome développée par Mottie, et sa fonction principale est "Prop bomb everyone on the current page with a single click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fitocracy Prop Bomber

Téléchargez les fichiers d'extension Fitocracy Prop Bomber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Fitocracy Prop Bomber Fitocracy Prop Bomber
ID gcdngipjhonihoajbjaieeoekanakgjk
URL Officiel https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk
Description Prop bomb everyone on the current page with a single click
Taille du Fichier 17.19 KB
Nombre d'Installations 15
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-04-13
Date de Publication 2017-04-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mottie
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}