Roblox Horrorlist Addon

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

Hvad er Roblox Horrorlist Addon?

Roblox Horrorlist Addon er en Chrome-udvidelse udviklet af https://robloxhorrorlist.com, og dens hovedfunktion er "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Roblox Horrorlist Addon-udvidelses-CRX-fil

Download Roblox Horrorlist Addon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
Officiel URL https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
Beskrivelse Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Filstørrelse 16.77 KB
Antal Installationer 41
Nuværende Version 1.0.1
Senest Opdateret 2023-08-17
Udgivelsesdato 2023-08-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://robloxhorrorlist.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://nouhi.dev/addons-privacy-policy
Understøttede Sprog 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"
    }
}