SmartHand Helper

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

Vad är SmartHand Helper?

SmartHand Helper är en Chrome-tillägg utvecklad av https://smarthand.pro, och dess huvudfunktion är "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Tilläggsskärmbilder

screenshot

Ladda ner SmartHand Helper-förlängningens CRX-fil

Ladda ner SmartHand Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
Officiell webbadress https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Beskrivning Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Filstorlek 6.2 KB
Antal Installationer 2,148
Aktuell Version 1.0.1
Senast Uppdaterad 2020-09-14
Publiceringsdatum 2020-09-14
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare https://smarthand.pro
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://smarthand.pro/
Hjälpsida URL https://smarthand.pro/#faq
Stödda Språk 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"
}