RefEarn App

Faster, safer and earn per view ads on your devices

¿Qué es RefEarn App?

RefEarn App es una extensión de Chrome desarrollada por https://www.refearn.com, y su función principal es "Faster, safer and earn per view ads on your devices".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión RefEarn App

Descarga archivos de extensión RefEarn App en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        THE WEB. ON YOUR TERMS. 
RefEarn works behind the scenes to change the way ads get into your browser. You'll see only the relevant advertisers, but now every amount they pay is shared with the website and users. Through RefEarn Quick Pay, users can use these funds to pay their Mobile, Data Card, DTH & Cab rides

RefEarns goal is to speed up the web, safe browsing, relevant ads a and pay users!


My Ads My Choice

The Refearn plugin automatically replace the ads with its own more privacy-friendly ads, to fund Refearn users alike

Safe Browsing

RefEarn plug-in assign a unique identifier to user’s browser, so NO personally identifying information is sent to advertisers, or content providers.

Get paid to view ads

The advertising dollars earned are used to pay users bills via RefEarn Quick Pay digital wallet


Give power back to the people online

Advertising pays the bills for most websites. Without ads, you wouldn’t get any content. But bad ads can trash the browsing experience. What RefEarn offer is a way to help readers control what happens on their computers while also providing much needed revenue sharing to users & publishers.

RefEarn target ads based on browser-side intent signals phrased in a standard vocabulary, and without a persistent user id or highly re-identifiable cookies, By default RefEarn will insert ads only in a standard-sized spaces.
 
You receive online display advertising that is relevant to you and your interests. For example, if you’re interested in gardening and visit gardening websites, you may – in the same or a later online session – receive advertising for special offers on lawnmowers
 
+ RefEarn own network ads don’t slow you down - we make sure they only load after the actual web page has finished loading.

+ The ads don’t track you and protect your privacy.
 
+ Ads are always clean and polite - no popup or content-obscuring ads.
 
+ We make sure they are only safe ads: no phishing, malware or inappropriate ads.

PRIVACY:
We take your privacy very seriously. Privacy is one of our core value and we’ve built RefEarn from the ground up with that in mind. The communication with our servers is encrypted. The data only we store is your preferences and statistical information about your impact and engagement so we can improve RefEarn for you

The notice you see about having access to “all website data” is automatically generated because RefEarn need to access the ads on the page to replace them with own network ads. Rest assured we can’t look at your private data                    

Información Básica de la Extensión

Nombre RefEarn App RefEarn App
ID kopnlolakplbjejfmlgfdmgbfangophc
URL Oficial https://chromewebstore.google.com/detail/refearn-app/kopnlolakplbjejfmlgfdmgbfangophc
Descripción Faster, safer and earn per view ads on your devices
Tamaño del Archivo 161 KB
Cantidad de Instalaciones 74
Versión Actual 1.0.464
Última Actualización 2017-02-04
Fecha de Publicación 2017-02-04
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://www.refearn.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.refearn.com/
URL de la Página de Ayuda https://www.refearn.com/faqs.php
URL de la Página de Política de Privacidad https://www.refearn.com/privacy-policy.php
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RefEarn App",
    "version": "1.0.464",
    "manifest_version": 2,
    "description": "Faster, safer and earn per view ads on your devices",
    "icons": {
        "16": "RefEearn_19.png",
        "48": "RefEearn_48.png",
        "128": "RefEearn_19.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "RefEarn App",
        "default_icon": "RefEearn_19_grey.png",
        "default_popup": "refApp.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.refearn.com\/",
        "http:\/\/*\/",
        "http:\/\/www.google.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/www.icicibank.com\/*",
                "https:\/\/infinity.icicibank.com\/*"
            ],
            "css": [
                "appStyle.css"
            ],
            "js": [
                "jquery.js",
                "app.js"
            ]
        }
    ]
}