SmartHand Helper

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

Qu'est-ce que SmartHand Helper ?

SmartHand Helper est une extension Chrome développée par https://smarthand.pro, et sa fonction principale est "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SmartHand Helper

Téléchargez les fichiers d'extension SmartHand Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
URL Officiel 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…
Taille du Fichier 6.2 KB
Nombre d'Installations 2,148
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-09-14
Date de Publication 2020-09-14
Évaluation 4.43/5 Total 7 Évaluations
Développeur https://smarthand.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smarthand.pro/
URL de la Page d'Aide https://smarthand.pro/#faq
Langues Prises en Charge 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"
}