HeroTab

HeroTab Chrome Extension

¿Qué es HeroTab?

HeroTab es una extensión de Chrome desarrollada por https://wehero.co, y su función principal es "HeroTab Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HeroTab

Descarga archivos de extensión HeroTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
URL Oficial https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
Descripción HeroTab Chrome Extension
Tamaño del Archivo 62.18 KB
Cantidad de Instalaciones 514
Versión Actual 1.2.2
Última Actualización 2020-11-22
Fecha de Publicación 2020-04-23
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador https://wehero.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wehero.co/
URL de la Página de Ayuda https://www.wehero.co/browser-extension/
Idiomas Soportados 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": []
}