Browad

Make money by viewing ads

What is Browad?

Browad is a Chrome extension developed by http://browad.net, and its main feature is "Make money by viewing ads".

Extension Screenshots

screenshot

Download Browad Extension CRX File

Download Browad 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

                        Install plugin and make money 
Every time a teaser ad is displayed in your browser. 

You can earn 100% of money made by users by attracting new users!

The earned money can be withdrawn on an electronic purse Payeer, Perfectmoney, Monero, Qiwi and others.                    

Extension Basic Information

Name Browad Browad
ID ldfglgblifainoppjpemmelccgnddife
Official URL https://chrome.google.com/webstore/detail/browad/ldfglgblifainoppjpemmelccgnddife
Description Make money by viewing ads
File Size 637 KB
Installation Count 3,000
Current Version 1.0.1
Last Updated 2019-04-10
Publish Date 2019-04-06
Rating 3.44/5 Total 71 Ratings
Developer http://browad.net
Payment Type free
Extension Website https://browad.net/
Help Page URL https://browad.net/contacts
Privacy Policy Page URL https://browad.net/privacy
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Browad"
    },
    "content_scripts": [
        {
            "css": [
                "css\/browad.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/browad.net\/",
    "version": "1.0.1"
}