Fitocracy Prop Bomber
Prop bomb everyone on the current page with a single click
什么是Fitocracy Prop Bomber?
Fitocracy Prop Bomber是由Mottie开发的Chrome扩展程序,该扩展的主要功能是“Prop bomb everyone on the current page with a single click”。
扩展截图
下载Fitocracy Prop Bomber扩展crx文件
下载Fitocracy Prop Bomber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Fitocracy Prop Bomber |
ID | gcdngipjhonihoajbjaieeoekanakgjk |
官方URL | https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk |
简介 | Prop bomb everyone on the current page with a single click |
文件大小 | 17.19 KB |
安装次数 | 15 |
当前版本 | 1.0.1 |
更新时间 | 2017-04-13 |
上架时间 | 2017-04-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Mottie |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |