Web2 to ShineX
A bridge between web2 and web3.
Web2 to ShineX là gì?
Web2 to ShineX là một tiện ích mở rộng Chrome được phát triển bởi https://shinex.club, và tính năng chính của nó là "A bridge between web2 and web3.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web2 to ShineX
Tải xuống các tệp mở rộng Web2 to ShineX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web2 to ShineX |
ID | jgcehcdhenajogpkngmmklnjdabkdeoc |
URL Chính Thức | https://chromewebstore.google.com/detail/web2-to-shinex/jgcehcdhenajogpkngmmklnjdabkdeoc |
Mô tả | A bridge between web2 and web3. |
Kích Thước Tệp | 197 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 0.7.5 |
Cập Nhật Lần Cuối | 2023-04-09 |
Ngày Phát Hành | 2022-06-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://shinex.club |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shinex.club |
URL Trang Trợ Giúp | https://www.shinex.wiki |
URL Trang Chính Sách Bảo Mật | https://www.shinex.wiki/documents/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |