newTAB
newTAB - make money online
什么是newTAB?
newTAB是由newTAB开发的Chrome扩展程序,该扩展的主要功能是“newTAB - make money online”。
扩展截图
下载newTAB扩展crx文件
下载newTAB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | newTAB |
ID | liockmnjblphffbiemcmgefecombipnn |
官方URL | https://chromewebstore.google.com/detail/newtab/liockmnjblphffbiemcmgefecombipnn |
简介 | newTAB - make money online |
文件大小 | 1.49 MB |
安装次数 | 49 |
当前版本 | 1.0.18 |
更新时间 | 2021-08-17 |
上架时间 | 2021-02-13 |
评分 | 3.14/5 共7次评分 |
开发者 | newTAB |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://newtab.tech |
支持的语言 | 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 } |