Roblox Horrorlist Addon

Displays information on a Roblox horror game based on data from robloxhorrorlist.com!

ما هو Roblox Horrorlist Addon؟

Roblox Horrorlist Addon هو إضافة Chrome تم تطويرها بواسطة https://robloxhorrorlist.com، والميزة الرئيسية لها هي "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Roblox Horrorlist Addon

قم بتنزيل ملفات الامتداد Roblox Horrorlist Addon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When a user clicks on a game on roblox.com, if that game is listed on the robloxhorrorlist.com database, it will display the rating from that database next to the game's name.                    

معلومات أساسية عن التمديد

الاسم Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
الوصف Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
حجم الملف 16.77 KB
عدد التثبيتات 41
النسخة الحالية 1.0.1
آخر تحديث 2023-08-17
تاريخ النشر 2023-08-15
تقييم 5.00/5 مجموع تقييمات 1
المطور https://robloxhorrorlist.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://nouhi.dev/addons-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Horrorlist Addon",
    "version": "1.0.1",
    "description": "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!",
    "manifest_version": 3,
    "author": "nouhidev",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/games\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}