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!”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
官方網址 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"
    }
}