Roblox Horrorlist Addon

Displays information on a Roblox horror game based on data from robloxhorrorlist.com!

Vad är Roblox Horrorlist Addon?

Roblox Horrorlist Addon är en Chrome-tillägg utvecklad av https://robloxhorrorlist.com, och dess huvudfunktion är "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Roblox Horrorlist Addon-förlängningens CRX-fil

Ladda ner Roblox Horrorlist Addon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Roblox Horrorlist Addon Roblox Horrorlist Addon
ID mjgjdgibbbbfjakgddjamkpkffhaapgc
Officiell webbadress https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc
Beskrivning Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Filstorlek 16.77 KB
Antal Installationer 41
Aktuell Version 1.0.1
Senast Uppdaterad 2023-08-17
Publiceringsdatum 2023-08-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://robloxhorrorlist.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://nouhi.dev/addons-privacy-policy
Stödda Språk 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"
    }
}