newTAB
newTAB - make money online
newTAB란 무엇입니까?
newTAB은(는) newTAB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "newTAB - make money online"입니다.
확장 프로그램 스크린샷
newTAB 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |