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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://ray.st/offboarding
عنوان صفحة سياسة الخصوصية 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}