SmartHand Helper

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

Wat is SmartHand Helper?

SmartHand Helper is een Chrome-extensie ontwikkeld door https://smarthand.pro, en de belangrijkste functie is "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SmartHand Helper

Download SmartHand Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
Officiële URL https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Beschrijving Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Bestandsgrootte 6.2 KB
Aantal Installaties 2,148
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-09-14
Publicatiedatum 2020-09-14
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar https://smarthand.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://smarthand.pro/
Help Pagina-URL https://smarthand.pro/#faq
Ondersteunde Talen 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"
}