VK Play Tools

Неофициальное расширение для улучшения VK Play Live

VK Play Tools란 무엇입니까?

VK Play Tools은(는) Chimildic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Неофициальное расширение для улучшения VK Play Live"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VK Play Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • Смайлики от BetterTTV, 7TV и FrankerFaceZ
• Оповещения о начале стримов (Chromium 109+)
• Автосбор баллов канала

Совместимость
Chrome, Edge, Opera, Яндекс.Браузер и другие на Chromium 
(Firefox возможно позже)

Минимальная версия 
Chromium 96                    

확장 프로그램 기본 정보

이름 VK Play Tools VK Play Tools
ID pgcocghliackkooeoiihnkdnbempgjfk
공식 URL https://chromewebstore.google.com/detail/vk-play-tools/pgcocghliackkooeoiihnkdnbempgjfk
설명 Неофициальное расширение для улучшения VK Play Live
파일 크기 216 KB
설치 횟수 4,295
현재 버전 2.5.2
최근 업데이트 2024-02-21
출시 날짜 2023-07-07
평점 4.48/5 총 46 개의 평점
개발자 Chimildic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://t.me/forum_vpl_tools
도움말 페이지 URL https://t.me/forum_vpl_tools
개인정보 보호 정책 페이지 URL https://sites.google.com/view/chimildic-privacy-policy
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VK Play Tools",
    "short_name": "VPL Tools",
    "description": "\u041d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f VK Play Live",
    "version": "2.5.2",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "author": "Chimildic",
    "host_permissions": [
        "https:\/\/www.twitchdatabase.com\/*",
        "https:\/\/twitchtracker.com\/*",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/api.frankerfacez.com\/*",
        "https:\/\/emotes.adamcy.pl\/*",
        "https:\/\/*.vkplay.live\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "offscreen",
        "declarativeNetRequestWithHostAccess",
        "notifications",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "iframe_ruleset",
                "enabled": true,
                "path": "assets\/json\/iframe_ruleset.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/content.ts-loader.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*.vkplay.live\/*"
            ],
            "css": [
                "assets\/css\/content.ts.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vkplay.live\/*"
        ]
    },
    "action": [],
    "options_page": "src\/options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "512": "assets\/icons\/icon512.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.vkplay.live\/*"
            ],
            "resources": [
                "assets\/icons\/icon48.png",
                "assets\/images\/settings.svg",
                "assets\/images\/refresh.svg",
                "assets\/images\/emote-button.svg",
                "assets\/images\/play-button.svg",
                "assets\/images\/clear-button.svg",
                "assets\/json\/iframe_ruleset.json",
                "assets\/js\/injection.js",
                "assets\/js\/offscreen.js",
                "assets\/html\/offscreen.html",
                "assets\/sounds\/vk-message.mp3",
                "assets\/sounds\/ok-message.mp3",
                "assets\/sounds\/icq-message.mp3",
                "assets\/sounds\/discord-message.mp3",
                "assets\/sounds\/iphone-message.mp3",
                "assets\/sounds\/bttv.ogg",
                "assets\/js\/SevenTVClient.js",
                "assets\/js\/content.ts.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1jtqMpK6aayAZ60sMX2HhJsutHZfqEilBRgz\/KDbgncJzfP8jcXQt11sYVioJx+14AWpvYcKGAN4FjfJw3thdbkN\/6OQ2kvMN++S9EuBsldiwCug4+410mLDzisbY6DYpXQnnkaIA29pm9azXRHH5UmoVN6rjYIFty7cikLDXFQmd4I\/SmyHBt\/1rIyWdhSNz2zGRcfQwlA4csalP2ywstmE8gv\/Yx9IGz9SuCma\/eTy+GfkBPObwpsnngJ4xoiaeMzIMoTQIuuU\/EIcY73hDDx5yoLU894ySdFj1QjijOHxBxxY7QEsZQryUgdrHi17EZGB9rm6d\/uJ6abXolItwQIDAQAB"
}