Roblox 2019
Brings back the 2019 Roblox website
Wat is Roblox 2019?
Roblox 2019 is een Chrome-extensie ontwikkeld door Briann, en de belangrijkste functie is "Brings back the 2019 Roblox website".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox 2019
Download Roblox 2019-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Brings back the layout of the ROBLOX website in 2019
**You must have LIGHT MODE on for this extension to function properly**
Style/CSS Credits: GalactiCosmo & Loc. Basisinformatie over de Extensie
| Naam | |
| ID | dckpkfjeghhjmjjlajdclfklcobdccli |
| Officiële URL | https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli |
| Beschrijving | Brings back the 2019 Roblox website |
| Bestandsgrootte | 638 KB |
| Aantal Installaties | 8,000 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2022-02-07 |
| Publicatiedatum | 2021-11-03 |
| Beoordeling | 4.33/5 Totaal 58 Beoordelingen |
| Ontwikkelaar | Briann |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://extensions.brianwalczak.com |
| Help Pagina-URL | https://www.brianwalczak.com |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Roblox 2019",
"description": "Brings back the 2019 Roblox website",
"version": "1.3",
"author": "ComplexxBrian",
"content_scripts": [
{
"matches": [
"*:\/\/*.roblox.com\/*"
],
"js": [
"roblox.js"
]
}
],
"permissions": [],
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Roblox 2019",
"default_icon": "icon.png"
}
} | |