TeaserFast
C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer и Webmoney.
What is TeaserFast?
TeaserFast is a Chrome extension developed by https://teaserfast.ru, and its main feature is "C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer и Webmoney.".
Extension Screenshots
Download TeaserFast Extension CRX File
Download TeaserFast 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
Расширение периодически показывает рекламные Тизеры и рекламные сообщения с предложением просмотра сайта, пока вы пользуетесь браузером. За просмотр рекламы мы платим деньги, которые вы можете вывести на кошельки Payeer и Webmoney. Подробности на сайте - https://teaserfast.ru/earn/
Extension Basic Information
Name | TeaserFast |
ID | pjnejlbfaoikfmdbnghlecdcooheipml |
Official URL | https://chromewebstore.google.com/detail/teaserfast/pjnejlbfaoikfmdbnghlecdcooheipml |
Description | C помощью этого расширения вы можете зарабатывать реальные деньги за просмотр рекламы. Вывод денег на Payeer и Webmoney. |
File Size | 44.17 KB |
Installation Count | 78,907 |
Current Version | 1.2.1 |
Last Updated | 2023-11-16 |
Publish Date | 2020-03-19 |
Rating | 4.42/5 Total 405 Ratings |
Developer | https://teaserfast.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://teaserfast.ru/ |
Help Page URL | https://teaserfast.ru/feedback/ |
Privacy Policy Page URL | https://teaserfast.ru/privacy-policy |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png" }, "default_popup": "popup.html", "default_title": "TeaserFast" }, "content_scripts": [ { "css": [ "css\/stylet.css" ], "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "images\/icon128.png" }, "name": "TeaserFast", "short_name": "TeaserFast", "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. \u0412\u044b\u0432\u043e\u0434 \u0434\u0435\u043d\u0435\u0433 \u043d\u0430 Payeer \u0438 Webmoney.", "homepage_url": "https:\/\/teaserfast.ru\/", "version": "1.2.1" } |