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 |
官方網址 | 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 } |