Rayst - Reveal the web

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

Co je Rayst - Reveal the web?

Rayst - Reveal the web je rozšíření Chrome vyvinuté https://ray.st, a jeho hlavní funkcí je „Rayst reveals the company, statistics and technologies of the web for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rayst - Reveal the web

Stáhněte si soubory rozšíření Rayst - Reveal the web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Oficiální URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Popis Rayst reveals the company, statistics and technologies of the web for you.
Velikost souboru 455 KB
Počet instalací 5,554
Aktuální Verze 1.0.10
Poslední Aktualizace 2023-01-18
Datum Vydání 2022-12-19
Hodnocení 4.79/5 Celkem 19 Hodnocení
Vývojář https://ray.st
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ray.st
URL Stránky Nápovědy https://ray.st/offboarding
URL Stránky Zásad Ochrany Soukromí https://ray.st/privacy
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}