Web2 to ShineX

A bridge between web2 and web3.

¿Qué es Web2 to ShineX?

Web2 to ShineX es una extensión de Chrome desarrollada por https://shinex.club, y su función principal es "A bridge between web2 and web3.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Web2 to ShineX

Descarga archivos de extensión Web2 to ShineX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Web2 to ShineX Web2 to ShineX
ID jgcehcdhenajogpkngmmklnjdabkdeoc
URL Oficial https://chromewebstore.google.com/detail/web2-to-shinex/jgcehcdhenajogpkngmmklnjdabkdeoc
Descripción A bridge between web2 and web3.
Tamaño del Archivo 197 KB
Cantidad de Instalaciones 149
Versión Actual 0.7.5
Última Actualización 2023-04-09
Fecha de Publicación 2022-06-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://shinex.club
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shinex.club
URL de la Página de Ayuda https://www.shinex.wiki
URL de la Página de Política de Privacidad https://www.shinex.wiki/documents/privacy-policy
Idiomas Soportados 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
}