Roblox Horrorlist Addon
Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
What is Roblox Horrorlist Addon?
Roblox Horrorlist Addon is a Chrome extension developed by https://robloxhorrorlist.com, and its main feature is "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".
Extension Screenshots
Download Roblox Horrorlist Addon Extension CRX File
Download Roblox Horrorlist Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Roblox Horrorlist Addon |
ID | mjgjdgibbbbfjakgddjamkpkffhaapgc |
Official URL | https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc |
Description | Displays information on a Roblox horror game based on data from robloxhorrorlist.com! |
File Size | 16.77 KB |
Installation Count | 41 |
Current Version | 1.0.1 |
Last Updated | 2023-08-17 |
Publish Date | 2023-08-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://robloxhorrorlist.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nouhi.dev/addons-privacy-policy |
Supported Languages | 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" } } |