HeroTab

HeroTab Chrome Extension

Cos'è HeroTab?

HeroTab è un'estensione di Chrome sviluppata da https://wehero.co, e la sua funzione principale è "HeroTab Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HeroTab

Scarica i file di estensione HeroTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
URL Ufficiale https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
Descrizione HeroTab Chrome Extension
Dimensione del File 62.18 KB
Conteggio Installazioni 514
Versione Corrente 1.2.2
Ultimo Aggiornamento 2020-11-22
Data di Pubblicazione 2020-04-23
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://wehero.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wehero.co/
URL della Pagina di Aiuto https://www.wehero.co/browser-extension/
Lingue Supportate 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": []
}