QSB - Quick Simple Bot
Automatic send messages on Svadba.com
What is QSB - Quick Simple Bot?
QSB - Quick Simple Bot is a Chrome extension developed by https://qsb.com.ua, and its main feature is "Automatic send messages on Svadba.com".
Extension Screenshots
Download QSB - Quick Simple Bot Extension CRX File
Download QSB - Quick Simple Bot 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
Данный бот облегчает отправку приглашений в чате на svadba.com Основные возможности: - отправка приглашений в чат сразу с нескольких анкет - выбор звука оповещения для каждой анкеты - всплывающее окно при появлении чата - вывод времени активного чата для каждого мужчины - черные/белые списки как для анкеты, так и для всего агентства - мы видим, когда к нам проявляет интерес новый поклонник - для любого мужчины можно написать примечание - шаблоны для первого сообщения, сообщения при просмотре профиля и для Soulmate Подробности на сайте https://qsb.com.ua/
Extension Basic Information
Name | QSB - Quick Simple Bot |
ID | ldaiicpiaelfkcmflimecpfjlejgnfoo |
Official URL | https://chromewebstore.google.com/detail/qsb-quick-simple-bot/ldaiicpiaelfkcmflimecpfjlejgnfoo |
Description | Automatic send messages on Svadba.com |
File Size | 42.69 KB |
Installation Count | 817 |
Current Version | 2.15 |
Last Updated | 2022-08-26 |
Publish Date | 2018-10-26 |
Developer | https://qsb.com.ua |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_title": "QSB - Quick Simple Bot", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery-2.1.3.min.js", "\/js\/include.js" ], "matches": [ "http:\/\/*.svadba.com\/Login\/MailSystem\/*", "http:\/\/*.svadba.com\/chat\/*", "http:\/\/*.svadba.com\/Login\/Home.aspx", "https:\/\/*.svadba.com\/chat\/*", "https:\/\/*.svadba.com\/Login\/MailSystem\/*", "https:\/\/*.svadba.com\/Login\/Home.aspx", "http:\/\/*.affiliact.com\/Login\/MailSystem\/*", "http:\/\/*.affiliact.com\/chat\/*", "http:\/\/*.affiliact.com\/Login\/Home.aspx", "https:\/\/*.affiliact.com\/chat\/*", "https:\/\/*.affiliact.com\/Login\/MailSystem\/*", "https:\/\/*.affiliact.com\/Login\/Home.aspx" ], "run_at": "document_end" } ], "description": "Automatic send messages on Svadba.com", "short_name": "QSB", "icons": { "128": "img\/logo_128x128.png" }, "permissions": [ "tabs", "http:\/\/*.qsb.com.ua\/*", "https:\/\/*.qsb.com.ua\/*", "http:\/\/*.svadba.com\/*", "https:\/\/*.svadba.com\/*", "http:\/\/*.affiliact.com\/*", "https:\/\/*.affiliact.com\/*", "https:\/\/api.anastasiadate.com\/*", "windows", "notifications" ], "manifest_version": 2, "name": "QSB - Quick Simple Bot", "version": "2.15" } |