Roblox Horrorlist Addon
Displays information on a Roblox horror game based on data from robloxhorrorlist.com!
Cos'è Roblox Horrorlist Addon?
Roblox Horrorlist Addon è un'estensione di Chrome sviluppata da https://robloxhorrorlist.com, e la sua funzione principale è "Displays information on a Roblox horror game based on data from robloxhorrorlist.com!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Horrorlist Addon
Scarica i file di estensione Roblox Horrorlist Addon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mjgjdgibbbbfjakgddjamkpkffhaapgc |
| URL Ufficiale | https://chromewebstore.google.com/detail/roblox-horrorlist-addon/mjgjdgibbbbfjakgddjamkpkffhaapgc |
| Descrizione | Displays information on a Roblox horror game based on data from robloxhorrorlist.com! |
| Dimensione del File | 16.77 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-08-17 |
| Data di Pubblicazione | 2023-08-15 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://robloxhorrorlist.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://nouhi.dev/addons-privacy-policy |
| Lingue Supportate | 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"
}
} | |