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

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

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

Тизерные технологии er en Chrome-udvidelse udviklet af https://teaser.tech, og dens hovedfunktion er "Реклама и заработок на ресурсе Teaser.tech".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Тизерные технологии-udvidelses-CRX-fil

Download Тизерные технологии-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Тизерные технологии Тизерные технологии
ID nhcefgfecdopccjeglhcbppllglpkehf
Officiel 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
Beskrivelse Реклама и заработок на ресурсе Teaser.tech
Filstørrelse 74.68 KB
Antal Installationer 285
Nuværende Version 0.01
Senest Opdateret 2020-05-24
Udgivelsesdato 2020-05-22
Bedømmelse 2.25/5 Samlet 8 Bedømmelser
Udvikler https://teaser.tech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://teaser.tech/
Hjælpeside-URL https://teaser.tech/
URL til Fortrolighedspolitik Side https://teaser.tech/assets/privacy.html
Understøttede Sprog 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"
        }
    ]
}