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
Eメール [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
}