Помощник.Парсер

Парсинг сайтов

What is Помощник.Парсер?

Помощник.Парсер is a Chrome extension developed by https://xn----ptbggfebebr8g.xn--p1ai, and its main feature is "Парсинг сайтов".

Extension Screenshots

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

                        Расширение сервиса https://парсер.сп-помощник.рф, которое позволяет удобно встраивать плагин для парсинга в текущую страницу.                    

Extension Basic Information

Name Помощник.Парсер Помощник.Парсер
ID jkphhkahmgaocdjjcbppgjpbdnddnahb
Official URL https://chromewebstore.google.com/detail/%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%BD%D0%B8%D0%BA%D0%BF%D0%B0%D1%80%D1%81%D0%B5%D1%80/jkphhkahmgaocdjjcbppgjpbdnddnahb
Description Парсинг сайтов
File Size 37.39 KB
Installation Count 277
Current Version 1.3
Last Updated 2023-11-13
Publish Date 2023-05-17
Developer https://xn----ptbggfebebr8g.xn--p1ai
Email [email protected]
Payment Type free
Extension Website https://xn----ptbggfebebr8g.xn--p1ai/
Help Page URL https://vk.me/sp_pom
Privacy Policy Page URL https://vzakupke.com
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a.\u041f\u0430\u0440\u0441\u0435\u0440",
    "description": "\u041f\u0430\u0440\u0441\u0438\u043d\u0433 \u0441\u0430\u0439\u0442\u043e\u0432",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/script.js",
                "\/scripts\/jquery-3.7.1.slim.min.js"
            ],
            "world": "MAIN"
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/vk.com\/*",
        "https:\/\/m.vk.com\/*",
        "https:\/\/ok.ru\/*",
        "https:\/\/m.ok.ru\/*"
    ]
}