Hero Zero Sidekick

Hero Zero Sidekick

Hvad er Hero Zero Sidekick?

Hero Zero Sidekick er en Chrome-udvidelse udviklet af cbsarge, og dens hovedfunktion er "Hero Zero Sidekick".

Udvidelsesskærmbilleder

screenshot

Download Hero Zero Sidekick-udvidelses-CRX-fil

Download Hero Zero Sidekick-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Hero Zero Sidekick Hero Zero Sidekick
ID ciimhdmjajilnnacbjnkchpfokkdhgnk
Officiel URL https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk
Beskrivelse Hero Zero Sidekick
Filstørrelse 112 KB
Antal Installationer 85
Nuværende Version 3.4
Senest Opdateret 2018-05-30
Udgivelsesdato 2018-05-30
Bedømmelse 3.40/5 Samlet 15 Bedømmelser
Udvikler cbsarge
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}