Hero Zero Sidekick

Hero Zero Sidekick

Qu'est-ce que Hero Zero Sidekick ?

Hero Zero Sidekick est une extension Chrome développée par cbsarge, et sa fonction principale est "Hero Zero Sidekick".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hero Zero Sidekick

Téléchargez les fichiers d'extension Hero Zero Sidekick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hero Zero Sidekick Hero Zero Sidekick
ID ciimhdmjajilnnacbjnkchpfokkdhgnk
URL Officiel https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk
Description Hero Zero Sidekick
Taille du Fichier 112 KB
Nombre d'Installations 85
Version Actuelle 3.4
Dernière Mise à Jour 2018-05-30
Date de Publication 2018-05-30
Évaluation 3.40/5 Total 15 Évaluations
Développeur cbsarge
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}