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.”。

扩展截图

screenshot
screenshot

下载Web2 to ShineX扩展crx文件

下载Web2 to ShineX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}