Seo Add Helper

Автоматичний перегляд реклами

What is Seo Add Helper?

Seo Add Helper is a Chrome extension developed by vitaliuvolyanuk, and its main feature is "Автоматичний перегляд реклами".

Extension Screenshots

screenshot
screenshot

Download Seo Add Helper Extension CRX File

Download Seo Add Helper 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

                        Автоматизація перегляду реклами на Seo-fast.ru.
Наразі лише в розділі "Сёрфинг".                    

Extension Basic Information

Name Seo Add Helper Seo Add Helper
ID hlcaafgjjbggkjaenckmdcpdekhnjbbg
Official URL https://chrome.google.com/webstore/detail/seo-add-helper/hlcaafgjjbggkjaenckmdcpdekhnjbbg
Description Автоматичний перегляд реклами
File Size 15.36 KB
Installation Count 11
Current Version 2.0
Last Updated 2019-02-12
Publish Date 2019-02-07
Developer vitaliuvolyanuk
Payment Type free
Supported Languages uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seo Add Helper",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0440\u0435\u043a\u043b\u0430\u043c\u0438",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Seo"
    },
    "icons": {
        "19": "icon.png",
        "38": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}