Browad

Make money by viewing ads

Browad란 무엇입니까?

Browad은(는) http://browad.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make money by viewing ads"입니다.

확장 프로그램 스크린샷

screenshot

Browad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Browad Browad
ID ldfglgblifainoppjpemmelccgnddife
공식 URL https://chrome.google.com/webstore/detail/browad/ldfglgblifainoppjpemmelccgnddife
설명 Make money by viewing ads
파일 크기 637 KB
설치 횟수 3,000
현재 버전 1.0.1
최근 업데이트 2019-04-10
출시 날짜 2019-04-06
평점 3.44/5 총 71 개의 평점
개발자 http://browad.net
결제 유형 free
확장 프로그램 웹 사이트 https://browad.net/
도움말 페이지 URL https://browad.net/contacts
개인정보 보호 정책 페이지 URL https://browad.net/privacy
지원되는 언어 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"
}