ROBLOX Upload Enhancer
Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…
Qu'est-ce que ROBLOX Upload Enhancer ?
ROBLOX Upload Enhancer est une extension Chrome développée par WereFreinds, et sa fonction principale est "Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ROBLOX Upload Enhancer
Téléchargez les fichiers d'extension ROBLOX Upload Enhancer 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
Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you can once again Mass Upload files onto ROBLOX.
Informations de Base sur l'Extension
Nom | ROBLOX Upload Enhancer |
ID | nakcejjjkpbhmgkpkjeichbmklcgpjki |
URL Officiel | https://chromewebstore.google.com/detail/roblox-upload-enhancer/nakcejjjkpbhmgkpkjeichbmklcgpjki |
Description | Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you… |
Taille du Fichier | 80.43 KB |
Nombre d'Installations | 3,794 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-10-31 |
Date de Publication | 2018-10-31 |
Évaluation | 3.39/5 Total 18 Évaluations |
Développeur | WereFreinds |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js" ], "matches": [ "*:\/\/*.roblox.com\/build\/upload*" ] } ], "manifest_version": 2, "name": "ROBLOX Upload Enhancer", "permissions": [ "*:\/\/*.roblox.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |