RefEarn App

Faster, safer and earn per view ads on your devices

Hvad er RefEarn App?

RefEarn App er en Chrome-udvidelse udviklet af https://www.refearn.com, og dens hovedfunktion er "Faster, safer and earn per view ads on your devices".

Udvidelsesskærmbilleder

screenshot
screenshot

Download RefEarn App-udvidelses-CRX-fil

Download RefEarn App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn RefEarn App RefEarn App
ID kopnlolakplbjejfmlgfdmgbfangophc
Officiel URL https://chromewebstore.google.com/detail/refearn-app/kopnlolakplbjejfmlgfdmgbfangophc
Beskrivelse Faster, safer and earn per view ads on your devices
Filstørrelse 161 KB
Antal Installationer 74
Nuværende Version 1.0.464
Senest Opdateret 2017-02-04
Udgivelsesdato 2017-02-04
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler https://www.refearn.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.refearn.com/
Hjælpeside-URL https://www.refearn.com/faqs.php
URL til Fortrolighedspolitik Side https://www.refearn.com/privacy-policy.php
Understøttede Sprog 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"
            ]
        }
    ]
}