NADApoints
NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.
什麼是NADApoints?
NADApoints是由https://nadapoints.com開發的Chrome擴展程式,該擴展的主要功能是“NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.”。
擴展截圖
下載NADApoints擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | jiefopmfpckhepmekdpnbgohgpeibadd |
官方網址 | 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\/*" ] } } |