TeaserStar

Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете

What is TeaserStar?

TeaserStar is a Chrome extension developed by https://teaserstar.ru, and its main feature is "Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TeaserStar Extension CRX File

Download TeaserStar 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!                    

Extension Basic Information

Name TeaserStar TeaserStar
ID hemndlpdjmoahiipdbdfagpmoiloeocb
Official URL https://chrome.google.com/webstore/detail/teaserstar/hemndlpdjmoahiipdbdfagpmoiloeocb
Description Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете
File Size 162 KB
Installation Count 5,000
Current Version 1.0.6
Last Updated 2019-07-11
Publish Date 2019-07-08
Rating 3.20/5 Total 50 Ratings
Developer https://teaserstar.ru
Email [email protected]
Payment Type free
Extension Website https://teaserstar.ru
Help Page URL https://teaserstar.ru/help
Privacy Policy Page URL https://teaserstar.ru/rules
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "TeaserStar"
    },
    "content_scripts": [
        {
            "css": [
                "css\/stylet.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "\u041c\u044b \u043f\u043b\u0430\u0442\u0438\u043c \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 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0451\u0440\u0444\u0438\u043d\u0433\u0430 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
    "homepage_url": "http:\/\/teaserstar.ru\/",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "TeaserStar",
    "short_name": "TeaserStar",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.6"
}