Solanatip
A chrome extension to tip your favorite tweets with $SOL
Solanatip क्या है?
Solanatip emoreno911 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to tip your favorite tweets with $SOL"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Solanatip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Solanatip is a Chrome extension who allows you to reward your favorite content on Twitter with $SOL. It works using the new Solana Name Service for Twitter, with this service we can check if the user to receive the tip has an associated wallet and proceed to make the transaction. Works with your Phantom or Sollet wallet.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mclnpalkmbiijhhflmfimabcplbleiek |
आधिकारिक URL | https://chromewebstore.google.com/detail/solanatip/mclnpalkmbiijhhflmfimabcplbleiek |
विवरण | A chrome extension to tip your favorite tweets with $SOL |
फ़ाइल का आकार | 7.26 MB |
स्थापना संख्या | 134 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2021-09-27 |
प्रकाशन तिथि | 2021-06-12 |
डेवलपर | emoreno911 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://solanatip.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to tip your favorite tweets with $SOL", "version": "1.2.2", "name": "Solanatip", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "solatip-34.png" }, "icons": { "34": "solatip-34.png", "128": "solatip-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ "solanaWeb3.min.js", "injectedScript.js", "content.styles.css", "solatip-128.png", "solatip-34.png" ], "permissions": [ "https:\/\/solanatip.io\/", "storage" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |