SmartHand Helper

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

什麼是SmartHand Helper?

SmartHand Helper是由https://smarthand.pro開發的Chrome擴展程式,該擴展的主要功能是“Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…”。

擴展截圖

screenshot

下載SmartHand Helper擴展crx文件

下載SmartHand Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
官方網址 https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
簡介 Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
檔案大小 6.2 KB
安裝次數 2,148
目前版本 1.0.1
更新時間 2020-09-14
上架時間 2020-09-14
評分 4.43/5 共 7 次評分
開發者 https://smarthand.pro
電子郵箱 [email protected]
付費類型 free
擴展官網 https://smarthand.pro/
說明頁面URL https://smarthand.pro/#faq
支援的語言 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"
}