VK Panel Plugin
VK.com - фильтр контента в ваших группах. Реальная помощь для SMM -щиков
What is VK Panel Plugin?
VK Panel Plugin is a Chrome extension developed by https://vk-panel.ru, and its main feature is "VK.com - фильтр контента в ваших группах. Реальная помощь для SMM -щиков".
Extension Screenshots
Download VK Panel Plugin Extension CRX File
Download VK Panel Plugin 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
Версия для новой панели Наш плагин помогает SMM-щикам жить без рутины! Чистим старую рекламу, фильтруем контент, улучшаем пабл, подымаем охваты в пабле! И всё это VK Panel ! :) Группа в VK: https://vk.com/vk_panel
Extension Basic Information
Name | VK Panel Plugin |
ID | ekaadccnkghfijlpajfcfpmmaloleigm |
Official URL | https://chromewebstore.google.com/detail/vk-panel-plugin/ekaadccnkghfijlpajfcfpmmaloleigm |
Description | VK.com - фильтр контента в ваших группах. Реальная помощь для SMM -щиков |
File Size | 364 KB |
Installation Count | 285 |
Current Version | 1.1.8 |
Last Updated | 2022-11-07 |
Publish Date | 2020-12-02 |
Developer | https://vk-panel.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://new.vk-panel.ru/ |
Help Page URL | https://vk.com/im?sel=-164537430 |
Privacy Policy Page URL | https://vk-panel.ru/privacy.pdf |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "{864b65c6-19b9-4954-ab17-a4805be8690e}", "strict_min_version": "57.0" } }, "manifest_version": 2, "name": "VK Panel Plugin", "version": "1.1.8", "description": "VK.com - \u0444\u0438\u043b\u044c\u0442\u0440 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0432 \u0432\u0430\u0448\u0438\u0445 \u0433\u0440\u0443\u043f\u043f\u0430\u0445. \u0420\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c \u0434\u043b\u044f SMM -\u0449\u0438\u043a\u043e\u0432", "icons": { "128": "128.png" }, "background": { "page": "background.html" }, "web_accessible_resources": [ "lib\/icons\/*.woff2", "lib\/icons\/icons.css", "*.png" ], "browser_action": { "default_title": "VK Panel Plugin", "default_icon": "128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*", "https:\/\/*.vk.com\/*" ], "css": [ "lib\/flatpickr\/flatpickr.min.css", "content.css" ], "js": [ "lib\/jquery-3.3.1.js", "lib\/flatpickr\/flatpickr.js", "lib\/flatpickr\/ru.js", "content.js" ] }, { "matches": [ "https:\/\/vk-panel.ru\/groups", "https:\/\/vk-panel.ru\/account\/profil\/security" ], "js": [ "vkPanel.injected.js" ], "run_at": "document_start" } ], "permissions": [ "cookies", "*:\/\/*.vk-panel.ru\/*", "https:\/\/api.vk-panel.ru\/*", "activeTab", "tabs", "notifications", "storage", "unlimitedStorage" ] } |