Browad
Make money by viewing ads
Cos'è Browad?
Browad è un'estensione di Chrome sviluppata da http://browad.net, e la sua funzione principale è "Make money by viewing ads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browad
Scarica i file di estensione Browad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ldfglgblifainoppjpemmelccgnddife |
URL Ufficiale | https://chrome.google.com/webstore/detail/browad/ldfglgblifainoppjpemmelccgnddife |
Descrizione | Make money by viewing ads |
Dimensione del File | 637 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-04-10 |
Data di Pubblicazione | 2019-04-06 |
Valutazione | 3.44/5 Totale 71 Valutazioni |
Sviluppatore | http://browad.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browad.net/ |
URL della Pagina di Aiuto | https://browad.net/contacts |
URL della Pagina della Politica sulla Privacy | https://browad.net/privacy |
Lingue Supportate | 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" } |