Rayst - Reveal the web

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

Qu'est-ce que Rayst - Reveal the web ?

Rayst - Reveal the web est une extension Chrome développée par https://ray.st, et sa fonction principale est "Rayst reveals the company, statistics and technologies of the web for you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rayst - Reveal the web

Téléchargez les fichiers d'extension Rayst - Reveal the web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
URL Officiel https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Description Rayst reveals the company, statistics and technologies of the web for you.
Taille du Fichier 455 KB
Nombre d'Installations 5,554
Version Actuelle 1.0.10
Dernière Mise à Jour 2023-01-18
Date de Publication 2022-12-19
Évaluation 4.79/5 Total 19 Évaluations
Développeur https://ray.st
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ray.st
URL de la Page d'Aide https://ray.st/offboarding
URL de la Page de Politique de Confidentialité https://ray.st/privacy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}