RefEarn App

Faster, safer and earn per view ads on your devices

什麼是RefEarn App?

RefEarn App是由https://www.refearn.com開發的Chrome擴展程式,該擴展的主要功能是“Faster, safer and earn per view ads on your devices”。

擴展截圖

screenshot
screenshot

下載RefEarn App擴展crx文件

下載RefEarn App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 RefEarn App RefEarn App
ID kopnlolakplbjejfmlgfdmgbfangophc
官方網址 https://chromewebstore.google.com/detail/refearn-app/kopnlolakplbjejfmlgfdmgbfangophc
簡介 Faster, safer and earn per view ads on your devices
檔案大小 161 KB
安裝次數 74
目前版本 1.0.464
更新時間 2017-02-04
上架時間 2017-02-04
評分 5.00/5 共 9 次評分
開發者 https://www.refearn.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.refearn.com/
說明頁面URL https://www.refearn.com/faqs.php
隱私政策頁面URL https://www.refearn.com/privacy-policy.php
支援的語言 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"
            ]
        }
    ]
}