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!」です。
拡張機能のスクリーンショット
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) |
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 |
Eメール | [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": [ "*:\/\/*\/*" ] } ] } |