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 |
官方網址 | 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" } } |