Тизерные технологии

Реклама и заработок на ресурсе Teaser.tech

Wat is Тизерные технологии?

Тизерные технологии is een Chrome-extensie ontwikkeld door https://teaser.tech, en de belangrijkste functie is "Реклама и заработок на ресурсе Teaser.tech".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Тизерные технологии

Download Тизерные технологии-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Расширение для работы с сайтом Teaser.tech. Данное расширение при поиске в Интернете, предлагает проверенные сайты от рекламодателей, в соответствии с поисковым запросом. Переходы на сайты рекламодателей оплачиваются. Заработанные средства можно вывести на Payeer, Яндекс.Деньги. Подробности на сайте – https://teaser.tech                    

Basisinformatie over de Extensie

Naam Тизерные технологии Тизерные технологии
ID nhcefgfecdopccjeglhcbppllglpkehf
Officiële URL https://chrome.google.com/webstore/detail/%D1%82%D0%B8%D0%B7%D0%B5%D1%80%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D1%85%D0%BD%D0%BE%D0%BB%D0%BE%D0%B3%D0%B8%D0%B8/nhcefgfecdopccjeglhcbppllglpkehf
Beschrijving Реклама и заработок на ресурсе Teaser.tech
Bestandsgrootte 74.68 KB
Aantal Installaties 285
Huidige Versie 0.01
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-22
Beoordeling 2.25/5 Totaal 8 Beoordelingen
Ontwikkelaar https://teaser.tech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://teaser.tech/
Help Pagina-URL https://teaser.tech/
URL van de Privacybeleid Pagina https://teaser.tech/assets/privacy.html
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u0422\u0438\u0437\u0435\u0440\u043d\u044b\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438",
    "version": "0.01",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/teaser.tech\/; frame-src 'self' https:\/\/teaser.tech\/; object-src 'self'",
    "description": "\u0420\u0435\u043a\u043b\u0430\u043c\u0430 \u0438 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043e\u043a \u043d\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u0435 Teaser.tech",
    "short_name": "\u0422\u0438\u0437\u0435\u0440\u043d\u044b\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438",
    "homepage_url": "https:\/\/teaser.tech\/",
    "browser_action": {
        "default_title": "Teaser.tech",
        "default_icon": "icons\/19x19.png",
        "default_popup": "popup.html",
        "name": "Teaser.tech"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "19": "icons\/19x19grey.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}