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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |