Roblox Horrorlist Addon
Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Was ist Roblox Horrorlist Addon?
Roblox Horrorlist Addon ist eine Chrome-Erweiterung, die von https://robloxhorrorlist.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".
Erweiterungsscreenshots
Roblox Horrorlist Addon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roblox Horrorlist Addon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjgjdgibbbbfjakgddjamkpkffhaapgc |
| Offizielle URL | https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc |
| Beschreibung | Displays information on a Roblox horror game based on data from robloxhorrorlist.com! |
| Dateigröße | 16.77 KB |
| Installationsanzahl | 41 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-08-17 |
| Veröffentlichungsdatum | 2023-08-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://robloxhorrorlist.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://nouhi.dev/addons-privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |