TeaserStar

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

TeaserStar란 무엇입니까?

TeaserStar은(는) https://teaserstar.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TeaserStar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Во время вашей работы за компьютером в Интернете вам будет показываться реклама - взамен вы будете получать деньги!
Автоматический вывод средств на 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
이메일 [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"
}