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

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

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

Тизерные технологии is a Chrome extension developed by https://teaser.tech, and its main feature is "Реклама и заработок на ресурсе Teaser.tech".

Extension Screenshots

screenshot
screenshot

Download Тизерные технологии Extension CRX File

Download Тизерные технологии extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Тизерные технологии Тизерные технологии
ID nhcefgfecdopccjeglhcbppllglpkehf
Official 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
Description Реклама и заработок на ресурсе Teaser.tech
File Size 74.68 KB
Installation Count 285
Current Version 0.01
Last Updated 2020-05-24
Publish Date 2020-05-22
Rating 2.25/5 Total 8 Ratings
Developer https://teaser.tech
Email [email protected]
Payment Type free
Extension Website https://teaser.tech/
Help Page URL https://teaser.tech/
Privacy Policy Page URL https://teaser.tech/assets/privacy.html
Supported Languages 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"
        }
    ]
}