Hero Zero Sidekick
Hero Zero Sidekick
什麼是Hero Zero Sidekick?
Hero Zero Sidekick是由cbsarge開發的Chrome擴展程式,該擴展的主要功能是“Hero Zero Sidekick”。
擴展截圖
下載Hero Zero Sidekick擴展crx文件
下載Hero Zero Sidekick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Hero Zero Sidekick |
ID | ciimhdmjajilnnacbjnkchpfokkdhgnk |
官方網址 | https://chromewebstore.google.com/detail/hero-zero-sidekick/ciimhdmjajilnnacbjnkchpfokkdhgnk |
簡介 | Hero Zero Sidekick |
檔案大小 | 112 KB |
安裝次數 | 85 |
目前版本 | 3.4 |
更新時間 | 2018-05-30 |
上架時間 | 2018-05-30 |
評分 | 3.40/5 共 15 次評分 |
開發者 | cbsarge |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |