SmartHand Helper
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Что такое SmartHand Helper?
SmartHand Helper - это расширение Chrome, разработанное https://smarthand.pro, и его основная функция - "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".
Снимки экрана расширения
Скачать файл CRX расширения SmartHand Helper
Скачайте файлы расширений SmartHand Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting players' info from smarthand.pro in automatic mode. After you copied player's nickname, Autopaste extension pastes data from the clipboard to smarthand.pro search bar. If data for the player is available in database, the info will be displayed on the main page. We do not store your data on our servers and do not share it with third parties. But we advise you to turn off the extension after visiting the site. By installing the extension, you accept the Terms of Service and agree to the Google Privacy Policy(www.google.com/policies/). Расширение Autopaste помогает получать информацию об игроках на сайте smarthand.pro в автоматическом режиме.
Основная информация о расширении
Название | SmartHand Helper |
ID | geabnkohiapohghfjohajlebjfcaaenb |
Официальный URL | https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb |
Описание | Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting… |
Размер файла | 6.2 KB |
Количество установок | 2,148 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2020-09-14 |
Дата публикации | 2020-09-14 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | https://smarthand.pro |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://smarthand.pro/ |
URL страницы помощи | https://smarthand.pro/#faq |
Поддерживаемые языки | ru |
manifest.json | |
{ "content_scripts": [ { "js": [ "index.js" ], "matches": [ "*:\/\/smarthand.pro\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2, "name": "SmartHand Helper", "permissions": [ "tabs", "storage", "clipboardRead", "*:\/\/smarthand.pro\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |