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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |