FJ's Snack Bar

Adds some extra features to the Heroes Rising game.

FJ's Snack Bar là gì?

FJ's Snack Bar là một tiện ích mở rộng Chrome được phát triển bởi cbsarge, và tính năng chính của nó là "Adds some extra features to the Heroes Rising game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FJ's Snack Bar

Tải xuống các tệp mở rộng FJ's Snack Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FJ's Snack Bar FJ's Snack Bar
ID dgljpaphfnhegpkaijdoocpfgjcbenfa
URL Chính Thức https://chromewebstore.google.com/detail/fjs-snack-bar/dgljpaphfnhegpkaijdoocpfgjcbenfa
Mô tả Adds some extra features to the Heroes Rising game.
Kích Thước Tệp 77.7 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 10.23
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2020-06-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển cbsarge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}