Reagent Info (ВКонтакте)

Позволяет получить игровую информацию о друге, не заходя в игру. Тем самым значительно облегчает процесс отбора друзей для игры

What is Reagent Info (ВКонтакте)?

Reagent Info (ВКонтакте) is a Chrome extension developed by Reagent, and its main feature is "Позволяет получить игровую информацию о друге, не заходя в игру. Тем самым значительно облегчает процесс отбора друзей для игры".

Extension Screenshots

screenshot
screenshot
screenshot

Download Reagent Info (ВКонтакте) Extension CRX File

Download Reagent Info (ВКонтакте) 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

                        Расширение "Reagent Info (ВКонтакте)" создано для использования внутри социальной сети ВКонтакте для игроков приложения "В окопе".
Расширение "Reagent Info (ВКонтакте)" отображает игровую статистику вашего игрового профиля и игрового профиля ваших друзей на соотвествующих страницах соц. сети. Тем самым, облегает поиск активных игроков приложения "В окопе".
Так же, в разделе "Заявки" отображает игровые достижения конкретного человека, без посещения самой страницы. Что способствует правильному решению о принятии/отклонении конкретной заявки.                    

Extension Basic Information

Name Reagent Info (ВКонтакте) Reagent Info (ВКонтакте)
ID gfiiaagcnnnoiehfhkgfdofhcjennijk
Official URL https://chromewebstore.google.com/detail/reagent-info-%D0%B2%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%B5/gfiiaagcnnnoiehfhkgfdofhcjennijk
Description Позволяет получить игровую информацию о друге, не заходя в игру. Тем самым значительно облегчает процесс отбора друзей для игры
File Size 1.71 MB
Installation Count 185
Current Version 1.4.5
Last Updated 2020-12-01
Publish Date 2020-06-03
Rating 5.00/5 Total 3 Ratings
Developer Reagent
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/iframe.js"
            ],
            "matches": [
                "*:\/\/kefirgames-a.akamaihd.net\/release_vk_*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/token.js"
            ],
            "matches": [
                "*:\/\/oauth.vk.com\/*"
            ]
        }
    ],
    "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u0433\u0440\u043e\u0432\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0434\u0440\u0443\u0433\u0435, \u043d\u0435 \u0437\u0430\u0445\u043e\u0434\u044f \u0432 \u0438\u0433\u0440\u0443. \u0422\u0435\u043c \u0441\u0430\u043c\u044b\u043c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0431\u043b\u0435\u0433\u0447\u0430\u0435\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0442\u0431\u043e\u0440\u0430 \u0434\u0440\u0443\u0437\u0435\u0439 \u0434\u043b\u044f \u0438\u0433\u0440\u044b",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Reagent Info (\u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435)",
    "permissions": [
        "*:\/\/reagentreload.ru\/*",
        "*:\/\/api.vk.com\/*",
        "storage",
        "tabs"
    ],
    "short_name": "RB Info",
    "version": "1.4.5",
    "web_accessible_resources": [
        "fonts\/*",
        "img\/*",
        "style\/*"
    ]
}