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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Autopaste 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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\/*"
    ]
}