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
官方URL 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"
}