HeroTab

HeroTab Chrome Extension

HeroTab là gì?

HeroTab là một tiện ích mở rộng Chrome được phát triển bởi https://wehero.co, và tính năng chính của nó là "HeroTab Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HeroTab

Tải xuống các tệp mở rộng HeroTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HeroTab HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
URL Chính Thức https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc
Mô tả HeroTab Chrome Extension
Kích Thước Tệp 62.18 KB
Số Lần Cài Đặt 514
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-11-22
Ngày Phát Hành 2020-04-23
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://wehero.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wehero.co/
URL Trang Trợ Giúp https://www.wehero.co/browser-extension/
Ngôn Ngữ Được Hỗ Trợ 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": []
}