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
公式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
Eメール [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"
    }
}