SmartHand Helper

Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…

What is SmartHand Helper?

SmartHand Helper is a Chrome extension developed by https://smarthand.pro, and its main feature is "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Extension Screenshots

screenshot

Download SmartHand Helper Extension CRX File

Download SmartHand 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

                        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 в автоматическом режиме.                    

Extension Basic Information

Name SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
Official URL https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Description Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
File Size 6.2 KB
Installation Count 2,148
Current Version 1.0.1
Last Updated 2020-09-14
Publish Date 2020-09-14
Rating 4.43/5 Total 7 Ratings
Developer https://smarthand.pro
Email [email protected]
Payment Type free
Extension Website https://smarthand.pro/
Help Page URL https://smarthand.pro/#faq
Supported Languages 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"
}