Web2 to ShineX
A bridge between web2 and web3.
Web2 to ShineX란 무엇입니까?
Web2 to ShineX은(는) https://shinex.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bridge between web2 and web3."입니다.
확장 프로그램 스크린샷
Web2 to ShineX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web2 to ShineX is a Google Chrome extension developed by SinLabs that integrates the lightweight social incentive layer provided by ShineX. ShineX is a growth engine for community and content, empowering brands and enabling all contributors to benefit from the growth of brand value. With this extension, you can seamlessly receive web3 token rewards while using your favorite web2 platforms, like Twitter and YouTube. ShineX respects your privacy and security. The extension only accesses your social engagement actions with your explicit permission, ensuring that your personal information remains safe and secure.
확장 프로그램 기본 정보
이름 | Web2 to ShineX |
ID | jgcehcdhenajogpkngmmklnjdabkdeoc |
공식 URL | https://chromewebstore.google.com/detail/web2-to-shinex/jgcehcdhenajogpkngmmklnjdabkdeoc |
설명 | A bridge between web2 and web3. |
파일 크기 | 197 KB |
설치 횟수 | 149 |
현재 버전 | 0.7.5 |
최근 업데이트 | 2023-04-09 |
출시 날짜 | 2022-06-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://shinex.club |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://shinex.club |
도움말 페이지 URL | https://www.shinex.wiki |
개인정보 보호 정책 페이지 URL | https://www.shinex.wiki/documents/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A bridge between web2 and web3.", "name": "Web2 to ShineX", "version": "0.7.5", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Web2 to ShineX", "default_icon": "img\/logo\/dark_48.png" }, "icons": { "16": "img\/logo\/dark_16.png", "48": "img\/logo\/dark_48.png", "128": "img\/logo\/dark_128.png" }, "permissions": [ "webRequest", "storage", "cookies" ], "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/twitter.com\/*", "https:\/\/api.twitter.com\/*", "https:\/\/*.bilibili.com\/*", "https:\/\/*.shinex.club\/*", "https:\/\/*.club-git-dev-shine-x.vercel.app\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/twitter.com\/*", "https:\/\/api.twitter.com\/*", "https:\/\/*.bilibili.com\/*", "https:\/\/*.shinex.club\/*", "https:\/\/*.club-git-dev-shine-x.vercel.app\/*" ], "js": [ "contentScript.js", "inject.js" ], "css": [ "content.styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "snxInpage.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/twitter.com\/*", "https:\/\/api.twitter.com\/*", "https:\/\/*.bilibili.com\/*", "https:\/\/*.shinex.club\/*", "https:\/\/*.club-git-dev-shine-x.vercel.app\/*" ] } ], "manifest_version": 3 } |