Hero Zero Sidekick
Hero Zero Sidekick
What is Hero Zero Sidekick?
Hero Zero Sidekick is a Chrome extension developed by cbsarge, and its main feature is "Hero Zero Sidekick".
Extension Screenshots
Download Hero Zero Sidekick Extension CRX File
Download Hero Zero Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Hero Zero Sidekick |
ID | ciimhdmjajilnnacbjnkchpfokkdhgnk |
Official URL | https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk |
Description | Hero Zero Sidekick |
File Size | 112 KB |
Installation Count | 85 |
Current Version | 3.4 |
Last Updated | 2018-05-30 |
Publish Date | 2018-05-30 |
Rating | 3.40/5 Total 15 Ratings |
Developer | cbsarge |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |