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
Eメール [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": []
}