Tippin Extension (tippin.me)

Send and receive Bitcoin tips to Twitter users!

Tippin Extension (tippin.me)란 무엇입니까?

Tippin Extension (tippin.me)은(는) https://tippin.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send and receive Bitcoin tips to Twitter users!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tippin Extension (tippin.me) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Start sending and receiving tips on Twitter right away, using Bitcoin. That's it.
You don't need anything else.

This extension will show Tippin.me buttons for every Twitter user (Twitter.com and more are coming), and will allow you to send them a tip.

- Send tips using Lightning Network or your own balance.
- Send and receive satoshi.
- Top up your account with Bitcoin.
- Leave a message with every Tip.                    

확장 프로그램 기본 정보

이름 Tippin Extension (tippin.me) Tippin Extension (tippin.me)
ID knhkeligkfmclgkeedceenpopaleokfh
공식 URL https://chromewebstore.google.com/detail/tippin-extension-tippinme/knhkeligkfmclgkeedceenpopaleokfh
설명 Send and receive Bitcoin tips to Twitter users!
파일 크기 3.74 MB
설치 횟수 1,864
현재 버전 1.0.7
최근 업데이트 2022-01-21
출시 날짜 2019-07-28
평점 4.55/5 총 22 개의 평점
개발자 https://tippin.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tippin.me
도움말 페이지 URL https://tippin.me/
개인정보 보호 정책 페이지 URL https://tippin.me/PrivacyPolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tippin Extension (tippin.me)",
    "short_name": "Tippin",
    "version": "1.0.7",
    "description": "Send and receive Bitcoin tips to Twitter users!",
    "manifest_version": 3,
    "icons": {
        "16": "icon-on\/16.png",
        "48": "icon-on\/48.png",
        "128": "icon-on\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon-off\/16.png",
            "48": "icon-off\/48.png",
            "128": "icon-off\/128.png"
        },
        "default_popup": "index.html"
    },
    "homepage_url": "https:\/\/tippin.me",
    "content_security_policy": {
        "script-src": [
            "self",
            "sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk="
        ],
        "object-src": [
            "self"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tippin.me\/*"
            ],
            "js": [
                "jquery.js",
                "official\/content-official.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "tippin\/content-tippin.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "payAnyWhere\/content-payAnyWhere.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "injectedScript\/injectedScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        },
        {
            "resources": [
                "payAnyWhereInjectedScript\/payAnyWhereInjectedScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}