EarnsSurfing - Browse, Mine, Earns

With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.

What is EarnsSurfing - Browse, Mine, Earns?

EarnsSurfing - Browse, Mine, Earns is a Chrome extension developed by RIKIPB, and its main feature is "With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.".

Extension Screenshots

screenshot

Download EarnsSurfing - Browse, Mine, Earns Extension CRX File

Download EarnsSurfing - Browse, Mine, Earns extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this fantastic Chrome App you can eran for all visits on every website. So what are you waiting for? start surfing the internet!


This is a simulation App                    

Extension Basic Information

Name EarnsSurfing - Browse, Mine, Earns EarnsSurfing - Browse, Mine, Earns
ID kndnnifekmngbncmmpfncpjamofgmikn
Official URL https://chromewebstore.google.com/detail/earnssurfing-browse-mine/kndnnifekmngbncmmpfncpjamofgmikn
Description With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.
File Size 386 KB
Installation Count 532
Current Version 1.8
Last Updated 2020-11-13
Publish Date 2019-11-08
Rating 1.50/5 Total 4 Ratings
Developer RIKIPB
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.weblynote.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EarnsSurfing - Browse, Mine, Earns",
    "default_locale": "en",
    "version": "1.8",
    "manifest_version": 2,
    "description": "With EarnsSurfing you can earn money simply by surfing the internet! Earning money has never been easier.",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self';",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.10.2.js",
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "RPB_espopup.html"
    },
    "web_accessible_resources": [
        "fonts\/Sickness.ttf"
    ]
}