Fitocracy Prop Bomber
Prop bomb everyone on the current page with a single click
Wat is Fitocracy Prop Bomber?
Fitocracy Prop Bomber is een Chrome-extensie ontwikkeld door Mottie, en de belangrijkste functie is "Prop bomb everyone on the current page with a single click".
Extensie Screenshots
Download het CRX-bestand van de extensie Fitocracy Prop Bomber
Download Fitocracy Prop Bomber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Fitocracy Prop Bomber |
ID | gcdngipjhonihoajbjaieeoekanakgjk |
Officiële URL | https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk |
Beschrijving | Prop bomb everyone on the current page with a single click |
Bestandsgrootte | 17.19 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-04-13 |
Publicatiedatum | 2017-04-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Mottie |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |