newTAB

newTAB - make money online

newTAB क्या है?

newTAB newTAB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "newTAB - make money online"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में newTAB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}