TeaserStar

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

Cos'è TeaserStar?

TeaserStar è un'estensione di Chrome sviluppata da https://teaserstar.ru, e la sua funzione principale è "Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TeaserStar

Scarica i file di estensione TeaserStar 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

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

Informazioni di Base sull'Estensione

Nome TeaserStar TeaserStar
ID hemndlpdjmoahiipdbdfagpmoiloeocb
URL Ufficiale https://chrome.google.com/webstore/detail/teaserstar/hemndlpdjmoahiipdbdfagpmoiloeocb
Descrizione Мы платим реальные деньги за просмотр рекламы во время сёрфинга в Интернете
Dimensione del File 162 KB
Conteggio Installazioni 5,000
Versione Corrente 1.0.6
Ultimo Aggiornamento 2019-07-11
Data di Pubblicazione 2019-07-08
Valutazione 3.20/5 Totale 50 Valutazioni
Sviluppatore https://teaserstar.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://teaserstar.ru
URL della Pagina di Aiuto https://teaserstar.ru/help
URL della Pagina della Politica sulla Privacy https://teaserstar.ru/rules
Lingue Supportate 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"
}