Autopaste

Extension for searching information and statistics about a poker room player on statname.net

Cos'è Autopaste?

Autopaste è un'estensione di Chrome sviluppata da https://statname.net, e la sua funzione principale è "Extension for searching information and statistics about a poker room player on statname.net".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Autopaste

Scarica i file di estensione Autopaste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/).                    

Informazioni di Base sull'Estensione

Nome Autopaste Autopaste
ID dcdopikecigkpnlepfhomagicejmnick
URL Ufficiale https://chromewebstore.google.com/detail/autopaste/dcdopikecigkpnlepfhomagicejmnick
Descrizione Extension for searching information and statistics about a poker room player on statname.net
Dimensione del File 13.31 KB
Conteggio Installazioni 3,033
Versione Corrente 2.9.2
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2020-06-10
Valutazione 4.42/5 Totale 12 Valutazioni
Sviluppatore https://statname.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://statname.net/
URL della Pagina di Aiuto https://statname.net/faq
URL della Pagina della Politica sulla Privacy https://statname.net/policy
Lingue Supportate 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\/*"
    ]
}