RefEarn App

Faster, safer and earn per view ads on your devices

Was ist RefEarn App?

RefEarn App ist eine Chrome-Erweiterung, die von https://www.refearn.com entwickelt wurde, und ihr Hauptmerkmal ist "Faster, safer and earn per view ads on your devices".

Erweiterungsscreenshots

screenshot
screenshot

RefEarn App-Erweiterungs-CRX-Datei herunterladen

Laden Sie RefEarn App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name RefEarn App RefEarn App
ID kopnlolakplbjejfmlgfdmgbfangophc
Offizielle URL https://chromewebstore.google.com/detail/refearn-app/kopnlolakplbjejfmlgfdmgbfangophc
Beschreibung Faster, safer and earn per view ads on your devices
Dateigröße 161 KB
Installationsanzahl 74
Aktuelle Version 1.0.464
Letztes Update 2017-02-04
Veröffentlichungsdatum 2017-02-04
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler https://www.refearn.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.refearn.com/
Hilfeseite URL https://www.refearn.com/faqs.php
URL der Datenschutzrichtlinien-Seite https://www.refearn.com/privacy-policy.php
Unterstützte Sprachen 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"
            ]
        }
    ]
}