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文件

下载Tippin Extension (tippin.me)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}