Rayst - Reveal the web

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

O que é Rayst - Reveal the web?

Rayst - Reveal the web é uma extensão do Chrome desenvolvida por https://ray.st, e sua principal característica é "Rayst reveals the company, statistics and technologies of the web for you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rayst - Reveal the web

Baixe arquivos de extensão Rayst - Reveal the web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
URL Oficial https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Descrição Rayst reveals the company, statistics and technologies of the web for you.
Tamanho do Arquivo 455 KB
Contagem de Instalações 5,554
Versão Atual 1.0.10
Última Atualização 2023-01-18
Data de Publicação 2022-12-19
Classificação 4.79/5 Total de 19 Avaliações
Desenvolvedor https://ray.st
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ray.st
URL da Página de Ajuda https://ray.st/offboarding
URL da Página de Política de Privacidade https://ray.st/privacy
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}