Roblox Horrorlist Addon

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

Wat is Roblox Horrorlist Addon?

Roblox Horrorlist Addon is een Chrome-extensie ontwikkeld door https://robloxhorrorlist.com, en de belangrijkste functie is "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Roblox Horrorlist Addon

Download Roblox Horrorlist Addon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
Officiële URL https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
Beschrijving Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Bestandsgrootte 16.77 KB
Aantal Installaties 41
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-17
Publicatiedatum 2023-08-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://robloxhorrorlist.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://nouhi.dev/addons-privacy-policy
Ondersteunde Talen 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"
    }
}