Hero Zero Sidekick

Hero Zero Sidekick

Hero Zero Sidekickとは何ですか?

Hero Zero Sidekickはcbsargeによって開発されたChromeの拡張機能で、その主な機能は「Hero Zero Sidekick」です。

拡張機能のスクリーンショット

screenshot

Hero Zero Sidekick拡張機能のCRXファイルをダウンロード

Hero Zero Sidekick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Hero Zero Sidekick Hero Zero Sidekick
ID ciimhdmjajilnnacbjnkchpfokkdhgnk
公式URL https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk
説明 Hero Zero Sidekick
ファイルサイズ 112 KB
インストール数 85
現在のバージョン 3.4
最終更新日 2018-05-30
公開日 2018-05-30
評価 3.40/5 合計 15 レビュー
開発者 cbsarge
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}