FJ's Snack Bar
Adds some extra features to the Heroes Rising game.
FJ's Snack Bar란 무엇입니까?
FJ's Snack Bar은(는) cbsarge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds some extra features to the Heroes Rising game."입니다.
확장 프로그램 스크린샷
FJ's Snack Bar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a bunch of additional features to the Heroes Rising browser game. Some of the features include: -Toolbar for easier league and player look-ups and player attacks -Enlarges card art when you hover over it -Adds custom avatars upon request -Adds check boxes to Training page to prevent accidental selling or upgrading -Adds buttons to Home page mail ticker to hide Attacks or Defenses -Adds a floating side bar with links to the Forum, Gear page, a mini version of the gear page for making quick equipment changes, a tally of your boss items and a hit list for people you like to regularly attack -Adds links to the Powers & Armory page to hide things beyond your level -Adds buttons to the Training page to hide Crystal, Bux or Morphon abilities -Adds a field to Training page to change the quantity on the sell buttons -Adds a checkbox to the Equipment page to prevent selling or overwriting your loadouts
확장 프로그램 기본 정보
이름 | FJ's Snack Bar |
ID | dgljpaphfnhegpkaijdoocpfgjcbenfa |
공식 URL | https://chromewebstore.google.com/detail/fjs-snack-bar/dgljpaphfnhegpkaijdoocpfgjcbenfa |
설명 | Adds some extra features to the Heroes Rising game. |
파일 크기 | 77.7 KB |
설치 횟수 | 66 |
현재 버전 | 10.23 |
최근 업데이트 | 2022-10-25 |
출시 날짜 | 2020-06-03 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | cbsarge |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "background.html", "default_title": "FJ's Snack Bar is ACTIVE!" }, "content_scripts": [ { "all_frames": true, "css": [ "fjstyle.css" ], "exclude": [ "*:\/\/www.heroesrisinggame.com\/game\/battle_screen.game", "*:\/\/www.heroesrisinggame.com\/game\/replay_battle.game" ], "js": [ "jquery.min.js", "snackbar.js", "events.js", "buyable.js", "trophy.js", "cashout.js", "leaderboard.js", "sellchecker.js", "skillcount.js", "backchg.js", "clear.js", "mailadds.js", "forum.js", "league.js", "equipment.js", "raids.js", "nohits.js", "friends.js", "gear.js", "bosses.js", "crystal.js", "checkall.js" ], "matches": [ "*:\/\/www.heroesrisinggame.com\/*", "*:\/\/apps.facebook.com\/heroesrising" ] } ], "description": "Adds some extra features to the Heroes Rising game.", "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2, "name": "FJ's Snack Bar", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "10.23" } |