Fitocracy Prop Bomber
Prop bomb everyone on the current page with a single click
What is Fitocracy Prop Bomber?
Fitocracy Prop Bomber is a Chrome extension developed by Mottie, and its main feature is "Prop bomb everyone on the current page with a single click".
Extension Screenshots
Download Fitocracy Prop Bomber Extension CRX File
Download Fitocracy Prop Bomber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Fitocracy Prop Bomber |
ID | gcdngipjhonihoajbjaieeoekanakgjk |
Official URL | https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk |
Description | Prop bomb everyone on the current page with a single click |
File Size | 17.19 KB |
Installation Count | 15 |
Current Version | 1.0.1 |
Last Updated | 2017-04-13 |
Publish Date | 2017-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mottie |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |