Autopaste
Extension for searching information and statistics about a poker room player on statname.net
Qu'est-ce que Autopaste ?
Autopaste est une extension Chrome développée par https://statname.net, et sa fonction principale est "Extension for searching information and statistics about a poker room player on statname.net".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Autopaste
Téléchargez les fichiers d'extension Autopaste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/).
Informations de Base sur l'Extension
Nom | Autopaste |
ID | dcdopikecigkpnlepfhomagicejmnick |
URL Officiel | https://chromewebstore.google.com/detail/autopaste/dcdopikecigkpnlepfhomagicejmnick |
Description | Extension for searching information and statistics about a poker room player on statname.net |
Taille du Fichier | 13.31 KB |
Nombre d'Installations | 3,033 |
Version Actuelle | 2.9.2 |
Dernière Mise à Jour | 2022-11-09 |
Date de Publication | 2020-06-10 |
Évaluation | 4.42/5 Total 12 Évaluations |
Développeur | https://statname.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://statname.net/ |
URL de la Page d'Aide | https://statname.net/faq |
URL de la Page de Politique de Confidentialité | https://statname.net/policy |
Langues Prises en Charge | 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\/*" ] } |