Hero Zero Sidekick

Hero Zero Sidekick

Wat is Hero Zero Sidekick?

Hero Zero Sidekick is een Chrome-extensie ontwikkeld door cbsarge, en de belangrijkste functie is "Hero Zero Sidekick".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hero Zero Sidekick

Download Hero Zero Sidekick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hero Zero Sidekick Hero Zero Sidekick
ID ciimhdmjajilnnacbjnkchpfokkdhgnk
Officiële URL https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk
Beschrijving Hero Zero Sidekick
Bestandsgrootte 112 KB
Aantal Installaties 85
Huidige Versie 3.4
Laatst Bijgewerkt 2018-05-30
Publicatiedatum 2018-05-30
Beoordeling 3.40/5 Totaal 15 Beoordelingen
Ontwikkelaar cbsarge
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}