SmartHand Helper

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

ما هو SmartHand Helper؟

SmartHand Helper هو إضافة Chrome تم تطويرها بواسطة https://smarthand.pro، والميزة الرئيسية لها هي "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SmartHand Helper

قم بتنزيل ملفات الامتداد SmartHand Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
}