Rayst - Reveal the web

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

Что такое Rayst - Reveal the web?

Rayst - Reveal the web - это расширение Chrome, разработанное https://ray.st, и его основная функция - "Rayst reveals the company, statistics and technologies of the web for you.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Rayst - Reveal the web

Скачайте файлы расширений Rayst - Reveal the web в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
Официальный URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
Описание Rayst reveals the company, statistics and technologies of the web for you.
Размер файла 455 KB
Количество установок 5,554
Текущая Версия 1.0.10
Последнее Обновление 2023-01-18
Дата публикации 2022-12-19
Рейтинг 4.79/5 Всего 19 оценок
Разработчик https://ray.st
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ray.st
URL страницы помощи https://ray.st/offboarding
URL страницы политики конфиденциальности https://ray.st/privacy
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}