Roblox Horrorlist Addon

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

Qu'est-ce que Roblox Horrorlist Addon ?

Roblox Horrorlist Addon est une extension Chrome développée par https://robloxhorrorlist.com, et sa fonction principale est "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Roblox Horrorlist Addon

Téléchargez les fichiers d'extension Roblox Horrorlist Addon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
URL Officiel https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
Description Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Taille du Fichier 16.77 KB
Nombre d'Installations 41
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-17
Date de Publication 2023-08-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://robloxhorrorlist.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nouhi.dev/addons-privacy-policy
Langues Prises en Charge 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"
    }
}