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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartHand Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |