NADApoints

NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.

Что такое NADApoints?

NADApoints - это расширение Chrome, разработанное https://nadapoints.com, и его основная функция - "NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения NADApoints

Скачайте файлы расширений NADApoints в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        NADApoints is a new way to earn while watching videos across the web. Redeem your NADApoints for gift cards to your favorite retailer and, soon, to your monthly cell phone bill.

- Watch videos on a variety of sites. 
- Earn points while watching those videos.
- Spend points on stuff you actually want!

Seriously — we pay you to engage with our great videos! Start today!                    

Основная информация о расширении

Название NADApoints NADApoints
ID jiefopmfpckhepmekdpnbgohgpeibadd
Официальный URL https://chrome.google.com/webstore/detail/nadapoints/jiefopmfpckhepmekdpnbgohgpeibadd
Описание NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.
Размер файла 105 KB
Количество установок 256
Текущая Версия 2017.3.12650
Последнее Обновление 2017-03-08
Дата публикации 2017-03-08
Рейтинг 4.23/5 Всего 31 оценок
Разработчик https://nadapoints.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.nadapoints.com
URL страницы помощи https://nadamobile.zendesk.com/hc/en-us/
URL страницы политики конфиденциальности http://info.nadamobile.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NADApoints",
    "version": "2017.3.12650",
    "description": "NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.",
    "icons": {
        "192": "images\/icon.png"
    },
    "homepage_url": "http:\/\/www.nadapoints.com",
    "background": {
        "scripts": [
            "javascripts\/jquery-3.1.0.min.js",
            "javascripts\/nada_config.js",
            "javascripts\/oauth.js",
            "javascripts\/nada_api.js",
            "javascripts\/nada_user.js",
            "javascripts\/nada_ui.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "javascripts\/jquery-3.1.0.min.js",
                "javascripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nadamobile.com\/*",
                "*:\/\/*.nadapoints.com\/*",
                "*:\/\/*.nadamovietrailers.com\/*",
                "*:\/\/*.fameapp.io\/*",
                "*:\/\/*.catscatscats.co\/*",
                "*:\/\/*.nada-mobile.com\/*",
                "*:\/\/*.local21.news\/*",
                "*:\/\/*.movietrailers.watch\/*"
            ],
            "js": [
                "javascripts\/installed.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "NADApoints",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "http:\/\/www.nadamobile.com\/*",
        "http:\/\/*.fameapp.io\/*",
        "http:\/\/www.nadamovietrailers.com\/*",
        "https:\/\/nadapoints.com\/*",
        "http:\/\/www.catscatscats.co\/*",
        "http:\/\/www.nada-mobile.com\/*",
        "http:\/\/www.local21.news\/*",
        "http:\/\/movietrailers.watch\/*"
    ],
    "web_accessible_resources": [
        "templates\/*.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nadamobile.com\/*",
            "*:\/\/*.fameapp.io\/*",
            "*:\/\/*.nadamovietrailers.com\/*",
            "*:\/\/*.catscatscats.co\/*",
            "*:\/\/*.nada-mobile.com\/*",
            "*:\/\/*.local21.news\/*",
            "*:\/\/*.movietrailers.watch\/*"
        ]
    }
}