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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}