Roblox Horrorlist Addon

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

Co to jest Roblox Horrorlist Addon?

Roblox Horrorlist Addon to rozszerzenie Chrome opracowane przez https://robloxhorrorlist.com, a jego główną funkcją jest „Displays information on a Roblox horror game based on data from robloxhorrorlist.com!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Roblox Horrorlist Addon

Pobierz pliki rozszerzeń Roblox Horrorlist Addon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
Oficjalny URL https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
Opis Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Rozmiar pliku 16.77 KB
Liczba instalacji 41
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-08-17
Data Publikacji 2023-08-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://robloxhorrorlist.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://nouhi.dev/addons-privacy-policy
Obsługiwane Języki 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"
    }
}