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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } ] } |