Qpush
C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы
Cos'è Qpush?
Qpush è un'estensione di Chrome sviluppata da https://qpush.net, e la sua funzione principale è "C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Qpush
Scarica i file di estensione Qpush 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
C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer, Yandex и Qiwi. Расширение периодически показывает рекламные Тизеры и рекламные сообщения с предложением просмотра сайта, пока вы пользуетесь браузером. За просмотр рекламы мы платим деньги, которые вы можете вывести на кошельки Payeer, Yandex и Qiwi. Подробности на сайте - https://qpush.net/u
Informazioni di Base sull'Estensione
Nome | |
ID | addlgdejlaaoiflllanekkljhfhkamjj |
URL Ufficiale | https://chrome.google.com/webstore/detail/qpush/addlgdejlaaoiflllanekkljhfhkamjj |
Descrizione | C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы |
Dimensione del File | 483 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2019-05-23 |
Data di Pubblicazione | 2019-05-19 |
Valutazione | 2.77/5 Totale 43 Valutazioni |
Sviluppatore | https://qpush.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://qpush.net/agreement |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "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": "Qpush" }, "content_scripts": [ { "css": [ "css\/qpush.css" ], "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "img\/icon128.png" }, "name": "Qpush", "description": "C \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0435\u043d\u044c\u0433\u0438 \u0437\u0430 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0440\u0435\u043a\u043b\u0430\u043c\u044b", "homepage_url": "https:\/\/qpush.net\/", "version": "1.1.5" } |