Roblox 2019
Brings back the 2019 Roblox website
Qu'est-ce que Roblox 2019 ?
Roblox 2019 est une extension Chrome développée par Briann, et sa fonction principale est "Brings back the 2019 Roblox website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roblox 2019
Téléchargez les fichiers d'extension Roblox 2019 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Roblox 2019 |
ID | dckpkfjeghhjmjjlajdclfklcobdccli |
URL Officiel | https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli |
Description | Brings back the 2019 Roblox website |
Taille du Fichier | 638 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2022-02-07 |
Date de Publication | 2021-11-03 |
Évaluation | 4.33/5 Total 58 Évaluations |
Développeur | Briann |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://extensions.brianwalczak.com |
URL de la Page d'Aide | https://www.brianwalczak.com |
Langues Prises en Charge | 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" } } |