HeroTab

HeroTab Chrome Extension

Vad är HeroTab?

HeroTab är en Chrome-tillägg utvecklad av https://wehero.co, och dess huvudfunktion är "HeroTab Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner HeroTab-förlängningens CRX-fil

Ladda ner HeroTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
Officiell webbadress https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
Beskrivning HeroTab Chrome Extension
Filstorlek 62.18 KB
Antal Installationer 514
Aktuell Version 1.2.2
Senast Uppdaterad 2020-11-22
Publiceringsdatum 2020-04-23
Betyg 5.00/5 Totalt 13 Betyg
Utvecklare https://wehero.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wehero.co/
Hjälpsida URL https://www.wehero.co/browser-extension/
Stödda Språk 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": []
}