SmartHand Helper

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

Cos'è SmartHand Helper?

SmartHand Helper è un'estensione di Chrome sviluppata da https://smarthand.pro, e la sua funzione principale è "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SmartHand Helper

Scarica i file di estensione SmartHand Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
URL Ufficiale https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Descrizione Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Dimensione del File 6.2 KB
Conteggio Installazioni 2,148
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-09-14
Data di Pubblicazione 2020-09-14
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore https://smarthand.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smarthand.pro/
URL della Pagina di Aiuto https://smarthand.pro/#faq
Lingue Supportate 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"
}