VK Play Tools

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

Qu'est-ce que VK Play Tools ?

VK Play Tools est une extension Chrome développée par Chimildic, et sa fonction principale est "Неофициальное расширение для улучшения VK Play Live".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VK Play Tools

Téléchargez les fichiers d'extension VK Play Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom VK Play Tools VK Play Tools
ID pgcocghliackkooeoiihnkdnbempgjfk
URL Officiel https://chromewebstore.google.com/detail/vk-play-tools/pgcocghliackkooeoiihnkdnbempgjfk
Description Неофициальное расширение для улучшения VK Play Live
Taille du Fichier 216 KB
Nombre d'Installations 4,295
Version Actuelle 2.5.2
Dernière Mise à Jour 2024-02-21
Date de Publication 2023-07-07
Évaluation 4.48/5 Total 46 Évaluations
Développeur Chimildic
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://t.me/forum_vpl_tools
URL de la Page d'Aide https://t.me/forum_vpl_tools
URL de la Page de Politique de Confidentialité https://sites.google.com/view/chimildic-privacy-policy
Langues Prises en Charge 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"
}