Better ROBLOX Logo
This extension gets back the old ROBLOX logo.
Qu'est-ce que Better ROBLOX Logo ?
Better ROBLOX Logo est une extension Chrome développée par Unknown, et sa fonction principale est "This extension gets back the old ROBLOX logo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better ROBLOX Logo
Téléchargez les fichiers d'extension Better ROBLOX Logo 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
Pretty much just brings back the old logo on the ROBLOX website.
Informations de Base sur l'Extension
Nom | Better ROBLOX Logo |
ID | ncbicbgeegipcfhebdekkdlekodpmone |
URL Officiel | https://chromewebstore.google.com/detail/better-roblox-logo/ncbicbgeegipcfhebdekkdlekodpmone |
Description | This extension gets back the old ROBLOX logo. |
Taille du Fichier | 138 KB |
Nombre d'Installations | 15,318 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-02-22 |
Date de Publication | 2017-02-12 |
Évaluation | 4.28/5 Total 152 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better ROBLOX Logo", "description": "This extension gets back the old ROBLOX logo.", "version": "2.0", "web_accessible_resources": [ { "resources": [ "\/images\/*.png" ], "matches": [ "https:\/\/*.roblox.com\/*" ] } ], "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.roblox.com\/*" ] } ] } |