Rayst - Reveal the web

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

Hvad er Rayst - Reveal the web?

Rayst - Reveal the web er en Chrome-udvidelse udviklet af https://ray.st, og dens hovedfunktion er "Rayst reveals the company, statistics and technologies of the web for you.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Rayst - Reveal the web-udvidelses-CRX-fil

Download Rayst - Reveal the web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Officiel URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Beskrivelse Rayst reveals the company, statistics and technologies of the web for you.
Filstørrelse 455 KB
Antal Installationer 5,554
Nuværende Version 1.0.10
Senest Opdateret 2023-01-18
Udgivelsesdato 2022-12-19
Bedømmelse 4.79/5 Samlet 19 Bedømmelser
Udvikler https://ray.st
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ray.st
Hjælpeside-URL https://ray.st/offboarding
URL til Fortrolighedspolitik Side https://ray.st/privacy
Understøttede Sprog 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}