Hero Zero Sidekick

Hero Zero Sidekick

Hero Zero Sidekick là gì?

Hero Zero Sidekick 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à "Hero Zero Sidekick".

Ả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 Hero Zero Sidekick

Tải xuống các tệp mở rộng Hero Zero Sidekick 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

                        Allows you to enjoy playing Hero Zero without that pesky ad column on the right side of the Facebook page. Also allows you to customize the background of the Hero Zero game page. Also adds a toolbar with links to:

-US Forum
-Support (easier access than the link at the bottom)
-Main FAQ from the Forum
-Levels, Titles and XP table
-Notes (a nice place to take notes and save them for the next time you play) 
06/21/2017
Added the latest posts from the US forum as a side bar                    

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

Tên Hero Zero Sidekick Hero Zero Sidekick
ID ciimhdmjajilnnacbjnkchpfokkdhgnk
URL Chính Thức https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk
Mô tả Hero Zero Sidekick
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2018-05-30
Ngày Phát Hành 2018-05-30
Đánh Giá 3.40/5 Tổng số 15 Đá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
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "fire-icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Hero Zero Sidekick is ACTIVE!"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "heroz.css"
            ],
            "js": [
                "jquery.js",
                "heroz.js"
            ],
            "matches": [
                "*:\/\/apps.facebook.com\/playherozero\/*",
                "*:\/\/*.herozerogame.com\/*"
            ]
        }
    ],
    "description": "Hero Zero Sidekick",
    "icons": {
        "128": "fire-icon-128.png"
    },
    "manifest_version": 2,
    "name": "Hero Zero Sidekick",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4",
    "permissions": [
        "storage"
    ]
}