RefEarn App

Faster, safer and earn per view ads on your devices

O que é RefEarn App?

RefEarn App é uma extensão do Chrome desenvolvida por https://www.refearn.com, e sua principal característica é "Faster, safer and earn per view ads on your devices".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão RefEarn App

Baixe arquivos de extensão RefEarn App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RefEarn App RefEarn App
ID kopnlolakplbjejfmlgfdmgbfangophc
URL Oficial https://chromewebstore.google.com/detail/refearn-app/kopnlolakplbjejfmlgfdmgbfangophc
Descrição Faster, safer and earn per view ads on your devices
Tamanho do Arquivo 161 KB
Contagem de Instalações 74
Versão Atual 1.0.464
Última Atualização 2017-02-04
Data de Publicação 2017-02-04
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor https://www.refearn.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.refearn.com/
URL da Página de Ajuda https://www.refearn.com/faqs.php
URL da Página de Política de Privacidade https://www.refearn.com/privacy-policy.php
Idiomas Suportados 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"
            ]
        }
    ]
}