Hero Zero Sidekick
Hero Zero Sidekick
Was ist Hero Zero Sidekick?
Hero Zero Sidekick ist eine Chrome-Erweiterung, die von cbsarge entwickelt wurde, und ihr Hauptmerkmal ist "Hero Zero Sidekick".
Erweiterungsscreenshots
Hero Zero Sidekick-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hero Zero Sidekick-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Hero Zero Sidekick |
ID | ciimhdmjajilnnacbjnkchpfokkdhgnk |
Offizielle URL | https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk |
Beschreibung | Hero Zero Sidekick |
Dateigröße | 112 KB |
Installationsanzahl | 85 |
Aktuelle Version | 3.4 |
Letztes Update | 2018-05-30 |
Veröffentlichungsdatum | 2018-05-30 |
Bewertung | 3.40/5 Insgesamt 15 Bewertungen |
Entwickler | cbsarge |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |