SmartHand Helper
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Co to jest SmartHand Helper?
SmartHand Helper to rozszerzenie Chrome opracowane przez https://smarthand.pro, a jego główną funkcją jest „Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SmartHand Helper
Pobierz pliki rozszerzeń SmartHand Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 в автоматическом режиме.
Podstawowe informacje o rozszerzeniu
Nazwa | SmartHand Helper |
ID | geabnkohiapohghfjohajlebjfcaaenb |
Oficjalny URL | https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb |
Opis | Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting… |
Rozmiar pliku | 6.2 KB |
Liczba instalacji | 2,148 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-09-14 |
Data Publikacji | 2020-09-14 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | https://smarthand.pro |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://smarthand.pro/ |
Adres URL Strony Pomocy | https://smarthand.pro/#faq |
Obsługiwane Języki | 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" } |