Roblox Horrorlist Addon
Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
什么是Roblox Horrorlist Addon?
Roblox Horrorlist Addon是由https://robloxhorrorlist.com开发的Chrome扩展程序,该扩展的主要功能是“Displays information on a Roblox horror game based on data from robloxhorrorlist.com!”。
扩展截图
下载Roblox Horrorlist Addon扩展crx文件
下载Roblox Horrorlist Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Roblox Horrorlist Addon |
ID | mjgjdgibbbbfjakgddjamkpkffhaapgc |
官方URL | https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc |
简介 | Displays information on a Roblox horror game based on data from robloxhorrorlist.com! |
文件大小 | 16.77 KB |
安装次数 | 41 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-17 |
上架时间 | 2023-08-15 |
评分 | 5.00/5 共1次评分 |
开发者 | https://robloxhorrorlist.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://nouhi.dev/addons-privacy-policy |
支持的语言 | 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" } } |