Browad
Make money by viewing ads
Wat is Browad?
Browad is een Chrome-extensie ontwikkeld door http://browad.net, en de belangrijkste functie is "Make money by viewing ads".
Extensie Screenshots
Download het CRX-bestand van de extensie Browad
Download Browad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ldfglgblifainoppjpemmelccgnddife |
Officiële URL | https://chrome.google.com/webstore/detail/browad/ldfglgblifainoppjpemmelccgnddife |
Beschrijving | Make money by viewing ads |
Bestandsgrootte | 637 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-04-10 |
Publicatiedatum | 2019-04-06 |
Beoordeling | 3.44/5 Totaal 71 Beoordelingen |
Ontwikkelaar | http://browad.net |
Betalingswijze | free |
Extensiewebsite | https://browad.net/ |
Help Pagina-URL | https://browad.net/contacts |
URL van de Privacybeleid Pagina | https://browad.net/privacy |
Ondersteunde Talen | 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" } |