newTAB

newTAB - make money online

newTAB là gì?

newTAB là một tiện ích mở rộng Chrome được phát triển bởi newTAB, và tính năng chính của nó là "newTAB - make money online".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng newTAB 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

                        newTAB is a website that allows you to make money off of ads by displaying them every time a new tab is opened.

Think about how many tabs you open in a day. When you install the newTAB chrome extension, ads will be displayed every time you open a new tab. As time goes on, the amount you earn adds up resulting in true passive income.

You can use these funds to donate to a wide range of charities. As of now, the charities we support are:
- Water.org
- Rainforest Trust
- Eden Reforestation Projects
- Scholarship America
- African Wildlife Foundation
- United Way
- PRASAD Project
- Sankara Eye Foundation
- Breast Cancer Research Foundation

newTAB places a large emphasis on the environment. That's why, alongside numerous green charities, we also support searching with Ecosia, a search engine that plants trees with its profits. If you use Ecosia, you'll be able to see personal stats such as KGs of carbon sequestered and # of trees planted.                    

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

Tên newTAB newTAB
ID liockmnjblphffbiemcmgefecombipnn
URL Chính Thức https://chromewebstore.google.com/detail/newtab/liockmnjblphffbiemcmgefecombipnn
Mô tả newTAB - make money online
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2021-08-17
Ngày Phát Hành 2021-02-13
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển newTAB
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://newtab.tech
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "newTAB",
    "short_name": "NT",
    "version": "1.0.18",
    "description": "newTAB - make money online",
    "permissions": [
        "declarativeContent",
        "http:\/\/newtab.tech\/*",
        "https:\/\/newtab.tech\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-dark.png",
            "32": "images\/logo-dark.png",
            "48": "images\/logo-dark.png",
            "128": "images\/logo-dark.png"
        }
    },
    "icons": {
        "16": "images\/logo-dark.png",
        "32": "images\/logo-dark.png",
        "48": "images\/logo-dark.png",
        "128": "images\/logo-dark.png"
    },
    "manifest_version": 2
}