Roblox 2019
Brings back the 2019 Roblox website
Vad är Roblox 2019?
Roblox 2019 är en Chrome-tillägg utvecklad av Briann, och dess huvudfunktion är "Brings back the 2019 Roblox website".
Tilläggsskärmbilder
Ladda ner Roblox 2019-förlängningens CRX-fil
Ladda ner Roblox 2019-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dckpkfjeghhjmjjlajdclfklcobdccli |
| Officiell webbadress | https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli |
| Beskrivning | Brings back the 2019 Roblox website |
| Filstorlek | 638 KB |
| Antal Installationer | 8,000 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2022-02-07 |
| Publiceringsdatum | 2021-11-03 |
| Betyg | 4.33/5 Totalt 58 Betyg |
| Utvecklare | Briann |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://extensions.brianwalczak.com |
| Hjälpsida URL | https://www.brianwalczak.com |
| Stödda Språk | 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"
}
} | |