SmartHand Helper
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Apa itu SmartHand Helper?
SmartHand Helper adalah ekstensi Chrome yang dikembangkan oleh https://smarthand.pro, dan fitur utamanya adalah "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SmartHand Helper
Unduh file ekstensi SmartHand Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 в автоматическом режиме.
Informasi Dasar Ekstensi
Nama | SmartHand Helper |
ID | geabnkohiapohghfjohajlebjfcaaenb |
URL Resmi | https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb |
Deskripsi | Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting… |
Ukuran File | 6.2 KB |
Jumlah Instalasi | 2,148 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-09-14 |
Tanggal Publikasi | 2020-09-14 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | https://smarthand.pro |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://smarthand.pro/ |
URL Halaman Bantuan | https://smarthand.pro/#faq |
Bahasa yang Didukung | 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" } |