HeroTab

HeroTab Chrome Extension

Qu'est-ce que HeroTab ?

HeroTab est une extension Chrome développée par https://wehero.co, et sa fonction principale est "HeroTab Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HeroTab

Téléchargez les fichiers d'extension HeroTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
URL Officiel https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
Description HeroTab Chrome Extension
Taille du Fichier 62.18 KB
Nombre d'Installations 514
Version Actuelle 1.2.2
Dernière Mise à Jour 2020-11-22
Date de Publication 2020-04-23
Évaluation 5.00/5 Total 13 Évaluations
Développeur https://wehero.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wehero.co/
URL de la Page d'Aide https://www.wehero.co/browser-extension/
Langues Prises en Charge 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": []
}