newTAB
newTAB - make money online
newTABคืออะไร?
newTAB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newTAB และคุณลักษณะหลักของมันคือ "newTAB - make money online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย newTAB
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
} | |