OpenSea Wallet-To-Wallet Messenger by Ssuper
Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.
OpenSea Wallet-To-Wallet Messenger by Ssuper क्या है?
OpenSea Wallet-To-Wallet Messenger by Ssuper http://ssuper.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenSea Wallet-To-Wallet Messenger by Ssuper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
OpenSea x Ssuper Chrome extension is the safe, secure, and free wallet-to-wallet messenger for OpenSea. Go to any profile page on OpenSea and instantly message their wallet from your browser. Our secure Web3 Messenger is also available on iOS, Android, and the Web. Communicate with your NFT frens anywhere, anytime: iOS: https://apps.apple.com/us/app/ssuper/id1575109054 Android: https://play.google.com/store/apps/details?id=com.ssuper.ssuper Web: https://app.ssuper.co/ We are open-source, and welcome any and all community contributions. Github: https://github.com/ollanoinc/ssuper-extension For any questions, feel free to DM our wallet: https://app.ssuper.co/message/0x62e5946d8e53ba774256e9cfb7e5eb66317697dd
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cagphhjmecfbdpfafckgdakebbekmbgc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/opensea-wallet-to-wallet/cagphhjmecfbdpfafckgdakebbekmbgc |
विवरण | Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper. |
फ़ाइल का आकार | 470 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-03-23 |
प्रकाशन तिथि | 2022-03-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://ssuper.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ssuper.co/ |
गोपनीयता नीति पृष्ठ URL | https://api.ssuper.co/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OpenSea Wallet-To-Wallet Messenger by Ssuper", "description": "Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.", "version": "1.0.0", "permissions": [ "scripting" ], "homepage_url": "https:\/\/ssuper.co", "action": { "default_title": "OpenSea Wallet-To-Wallet Messenger by Ssuper", "default_icon": { "32": "assets\/icon_32.png", "72": "assets\/icon_72.png", "128": "assets\/icon_128.png", "512": "assets\/icon_512.png" } }, "icons": { "32": "assets\/icon_32.png", "72": "assets\/icon_72.png", "128": "assets\/icon_128.png", "512": "assets\/icon_512.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/main.js" ] } ], "host_permissions": [ "https:\/\/opensea.io\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/opensea.io\/*" ] } ] } |