Tippin Extension (tippin.me)
Send and receive Bitcoin tips to Twitter users!
Tippin Extension (tippin.me) क्या है?
Tippin Extension (tippin.me) https://tippin.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send and receive Bitcoin tips to Twitter users!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tippin Extension (tippin.me) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) |
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": [ "*:\/\/*\/*" ] } ] } |