Rayst - Reveal the web

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

What is Rayst - Reveal the web?

Rayst - Reveal the web is a Chrome extension developed by https://ray.st, and its main feature is "Rayst reveals the company, statistics and technologies of the web for you.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Rayst - Reveal the web Extension CRX File

Download Rayst - Reveal the web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Official URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Description Rayst reveals the company, statistics and technologies of the web for you.
File Size 455 KB
Installation Count 5,554
Current Version 1.0.10
Last Updated 2023-01-18
Publish Date 2022-12-19
Rating 4.79/5 Total 19 Ratings
Developer https://ray.st
Email [email protected]
Payment Type free
Extension Website https://ray.st
Help Page URL https://ray.st/offboarding
Privacy Policy Page URL https://ray.st/privacy
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}