TeaserStar

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

TeaserStarとは何ですか?

TeaserStarはhttps://teaserstar.ruによって開発されたChromeの拡張機能で、その主な機能は「Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

TeaserStar拡張機能のCRXファイルをダウンロード

TeaserStar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Во время вашей работы за компьютером в Интернете вам будет показываться реклама - взамен вы будете получать деньги!
Автоматический вывод средств на Payeer!                    

拡張機能の基本情報

名前 TeaserStar TeaserStar
ID hemndlpdjmoahiipdbdfagpmoiloeocb
公式URL https://chrome.google.com/webstore/detail/teaserstar/hemndlpdjmoahiipdbdfagpmoiloeocb
説明 Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете
ファイルサイズ 162 KB
インストール数 5,000
現在のバージョン 1.0.6
最終更新日 2019-07-11
公開日 2019-07-08
評価 3.20/5 合計 50 レビュー
開発者 https://teaserstar.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://teaserstar.ru
ヘルプページのURL https://teaserstar.ru/help
プライバシーポリシーページのURL https://teaserstar.ru/rules
対応言語 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"
}