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開發的Chrome擴展程式,該擴展的主要功能是“Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.”。
擴展截圖
下載OpenSea Wallet-To-Wallet Messenger by Ssuper擴展crx文件
下載OpenSea Wallet-To-Wallet Messenger by Ssuper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |