Autopaste
Extension for searching information and statistics about a poker room player on statname.net
Autopasteとは何ですか?
Autopasteはhttps://statname.netによって開発されたChromeの拡張機能で、その主な機能は「Extension for searching information and statistics about a poker room player on statname.net」です。
拡張機能のスクリーンショット
Autopaste拡張機能のCRXファイルをダウンロード
Autopaste拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Autopaste extension helps getting players' info from statname.net in automatic mode. After you copied player's nickname, Autopaste extension pastes data from the clipboard to statname.net 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 помогает получать информацию об игроках на сайте statname.net в автоматическом режиме. После того, как вы скопировали Никнейм игрока, расширение Autopaste вставляет данные из буфера обмена в поисковую строку сайта statname.net. Если данные на игрока содержатся в базе, то статистика отобразится на главной странице. Устанавливая расширение, вы принимаете Условия использования и соглашаетесь с Политикой конфиденциальности Google (www.google.com/policies/).
拡張機能の基本情報
名前 | Autopaste |
ID | dcdopikecigkpnlepfhomagicejmnick |
公式URL | https://chromewebstore.google.com/detail/autopaste/dcdopikecigkpnlepfhomagicejmnick |
説明 | Extension for searching information and statistics about a poker room player on statname.net |
ファイルサイズ | 13.31 KB |
インストール数 | 3,033 |
現在のバージョン | 2.9.2 |
最終更新日 | 2022-11-09 |
公開日 | 2020-06-10 |
評価 | 4.42/5 合計 12 レビュー |
開発者 | https://statname.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://statname.net/ |
ヘルプページのURL | https://statname.net/faq |
プライバシーポリシーページのURL | https://statname.net/policy |
対応言語 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autopaste", "description": "Extension for searching information and statistics about a poker room player on statname.net", "version": "2.9.2", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "content_scripts": [ { "matches": [ "*:\/\/statname.net\/*", "*:\/\/old.statname.net\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "clipboardRead" ], "action": { "default_icon": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "default_popup": "popups\/read.html", "default_title": "Autopaste Statname.net" }, "content_security_policy": [], "host_permissions": [ "*:\/\/statname.net\/*", "*:\/\/old.statname.net\/*" ] } |