HeroTab
HeroTab Chrome Extension
Что такое HeroTab?
HeroTab - это расширение Chrome, разработанное https://wehero.co, и его основная функция - "HeroTab Chrome Extension".
Снимки экрана расширения
Скачать файл CRX расширения HeroTab
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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": [] } |