Web2 to ShineX
A bridge between web2 and web3.
Web2 to ShineX क्या है?
Web2 to ShineX https://shinex.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bridge between web2 and web3."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web2 to ShineX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |