Smm-helper
Добавляет просмотр статистики на страницы сообществ и т.д.
What is Smm-helper?
Smm-helper is a Chrome extension developed by https://smm-helper.ru, and its main feature is "Добавляет просмотр статистики на страницы сообществ и т.д.".
Extension Screenshots
Download Smm-helper Extension CRX File
Download Smm-helper 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
Автоматически подсчитывает CPM (стоимость за 1000 показов) на странице поиска сообществ для размещения рекламы, чем значительно облегчает этот процесс. Также добавляет ссылку на просмотр статистики паблика и его анализ. - Совместимо с новым дизайном Вконтакте - Расширение очень лёгкое, поэтому не как не повлияет на скорость работы сайта.
Extension Basic Information
Name | Smm-helper |
ID | eedddkchnanecgbmnkdaaaopbiejldkc |
Official URL | https://chromewebstore.google.com/detail/smm-helper/eedddkchnanecgbmnkdaaaopbiejldkc |
Description | Добавляет просмотр статистики на страницы сообществ и т.д. |
File Size | 94.94 KB |
Installation Count | 2,522 |
Current Version | 2.0.1 |
Last Updated | 2022-12-17 |
Publish Date | 2020-06-03 |
Rating | 4.83/5 Total 29 Ratings |
Developer | https://smm-helper.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://goo.gl/xeMkw1 |
Help Page URL | https://goo.gl/TV31v1 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smm-helper", "version": "2.0.1", "description": "\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432 \u0438 \u0442.\u0434.", "homepage_url": "https:\/\/vk.com\/public93401495", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "default_icon": "48x48.png" }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "storage", "tabs", "alarms" ], "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*", "*:\/\/*.vk.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css" ], "matches": [ "*:\/\/*\/*" ] } ] } |