VK Play Tools
Неофициальное расширение для улучшения VK Play Live
What is VK Play Tools?
VK Play Tools is a Chrome extension developed by Chimildic, and its main feature is "Неофициальное расширение для улучшения VK Play Live".
Extension Screenshots
Download VK Play Tools Extension CRX File
Download VK Play Tools 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
• Смайлики от BetterTTV, 7TV и FrankerFaceZ • Оповещения о начале стримов (Chromium 109+) • Автосбор баллов канала Совместимость Chrome, Edge, Opera, Яндекс.Браузер и другие на Chromium (Firefox возможно позже) Минимальная версия Chromium 96
Extension Basic Information
Name | VK Play Tools |
ID | pgcocghliackkooeoiihnkdnbempgjfk |
Official URL | https://chromewebstore.google.com/detail/vk-play-tools/pgcocghliackkooeoiihnkdnbempgjfk |
Description | Неофициальное расширение для улучшения VK Play Live |
File Size | 216 KB |
Installation Count | 4,295 |
Current Version | 2.5.2 |
Last Updated | 2024-02-21 |
Publish Date | 2023-07-07 |
Rating | 4.48/5 Total 46 Ratings |
Developer | Chimildic |
[email protected] | |
Payment Type | free |
Extension Website | https://t.me/forum_vpl_tools |
Help Page URL | https://t.me/forum_vpl_tools |
Privacy Policy Page URL | https://sites.google.com/view/chimildic-privacy-policy |
Supported Languages | 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" } |