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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |