HeroTab

HeroTab Chrome Extension

什么是HeroTab?

HeroTab是由https://wehero.co开发的Chrome扩展程序,该扩展的主要功能是“HeroTab Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载HeroTab扩展crx文件

下载HeroTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        HeroTab Raise money for your favorite nonprofits with every browser tab you open!

➤ How it works

HeroTab transforms your “new tab” page. Each time you open a tab, you will be greeted with a new image, the amount raised, and a small banner ad. We collect ad revenue from the page and use it to donate to the causes you are supporting! HeroTab is feeding families, protecting coastlines, planting trees, fighting for social justice, and more just by surfing the web.                    

扩展基本信息

名称 HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
官方URL https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
简介 HeroTab Chrome Extension
文件大小 62.18 KB
安装次数 514
当前版本 1.2.2
更新时间 2020-11-22
上架时间 2020-04-23
评分 5.00/5 共13次评分
开发者 https://wehero.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wehero.co/
帮助页面URL https://www.wehero.co/browser-extension/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HeroTab",
    "short_name": "hero-tab",
    "author": "WeHero",
    "version": "1.2.2",
    "description": "HeroTab Chrome Extension",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistence": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": []
}