UpVoice

This extension allows you to earn rewards just for being you!

Wat is UpVoice?

UpVoice is een Chrome-extensie ontwikkeld door UpVoice Team, en de belangrijkste functie is "This extension allows you to earn rewards just for being you!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UpVoice

Download UpVoice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Earn gift cards for browsing the social media sites you visit anyway! Get your first $5 immediately! 

Join the UpVoice research community by adding the UpVoice extension and earn points daily by visiting supported social media sites, like Facebook, Twitter, YouTube, LinkedIn, and Amazon. 

While you browse, we anonymously collect data about the ads you see and then reward you with points every day. The points you earn can then be redeemed for gift cards. 

Sounds simple? It is! 

UpVoice is part of a market research firm with high standards for privacy and data security. For more information, please visit joinupvoice.com/privacy and joinupvoice.com/faq.

If you have any questions, please contact us at [email protected]. 

For more details please visit www.joinupvoice.com.                    

Basisinformatie over de Extensie

Naam UpVoice UpVoice
ID igffacinpjkinncgnkmfpiocbmgbehem
Officiële URL https://chrome.google.com/webstore/detail/upvoice/igffacinpjkinncgnkmfpiocbmgbehem
Beschrijving This extension allows you to earn rewards just for being you!
Bestandsgrootte 666 KB
Aantal Installaties 20,000
Huidige Versie 2.10.1490
Laatst Bijgewerkt 2022-05-22
Publicatiedatum 2020-10-12
Beoordeling 3.12/5 Totaal 50 Beoordelingen
Ontwikkelaar UpVoice Team
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.joinupvoice.com/
URL van de Privacybeleid Pagina https://privacy.joinupvoice.com/privacy_policy.pdf
Ondersteunde Talen en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.10.1490",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/localhost\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.joinupvoice.com\/*",
        "*:\/\/paid-panel-develop.herokuapp.com\/*",
        "*:\/\/paid-panel-app.herokuapp.com\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' http:\/\/localhost:8097 https:\/\/cdn.syndication.twimg.com https:\/\/platform.twitter.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": ".\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": false,
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/www.pinterest.com\/*"
            ],
            "js": [
                "contentDocumentStart.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "match_about_blank": false,
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "70",
    "browser_action": {
        "default_icon": ".\/assets\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/paid-panel-develop.herokuapp.com\/*",
            "*:\/\/paid-panel-app.herokuapp.com\/*",
            "*:\/\/develop.joinupvoice.com\/*",
            "*:\/\/staging.joinupvoice.com\/*",
            "*:\/\/app.joinupvoice.com\/*"
        ]
    }
}