Rayst - Reveal the web

Rayst reveals the company, statistics and technologies of the web for you.

¿Qué es Rayst - Reveal the web?

Rayst - Reveal the web es una extensión de Chrome desarrollada por https://ray.st, y su función principal es "Rayst reveals the company, statistics and technologies of the web for you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rayst - Reveal the web

Descarga archivos de extensión Rayst - Reveal the web 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

                        Researching new websites, products and companies was kind of a painful process and user experience and yet there wasn't enough information to clearly understand it.

Understanding different websites and companies helps us to make better decisions on product design, engineering, marketing, sales, and even investment.

Here comes Rayst. Rayst reveals the company, statistics and technologies behind the magic of the websites.                    

Información Básica de la Extensión

Nombre Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
URL Oficial https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Descripción Rayst reveals the company, statistics and technologies of the web for you.
Tamaño del Archivo 455 KB
Cantidad de Instalaciones 5,554
Versión Actual 1.0.10
Última Actualización 2023-01-18
Fecha de Publicación 2022-12-19
Calificación 4.79/5 Total de 19 Calificaciones
Desarrollador https://ray.st
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ray.st
URL de la Página de Ayuda https://ray.st/offboarding
URL de la Página de Política de Privacidad https://ray.st/privacy
Idiomas Soportados en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.10",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/Index.chunk.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}