Hero Zero Sidekick

Hero Zero Sidekick

Hero Zero Sidekick란 무엇입니까?

Hero Zero Sidekick은(는) cbsarge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hero Zero Sidekick"입니다.

확장 프로그램 스크린샷

screenshot

Hero Zero Sidekick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}