SmartHand Helper

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

Was ist SmartHand Helper?

SmartHand Helper ist eine Chrome-Erweiterung, die von https://smarthand.pro entwickelt wurde, und ihr Hauptmerkmal ist "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Erweiterungsscreenshots

screenshot

SmartHand Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartHand Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
Offizielle URL https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Beschreibung Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Dateigröße 6.2 KB
Installationsanzahl 2,148
Aktuelle Version 1.0.1
Letztes Update 2020-09-14
Veröffentlichungsdatum 2020-09-14
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler https://smarthand.pro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smarthand.pro/
Hilfeseite URL https://smarthand.pro/#faq
Unterstützte Sprachen 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"
}