Ro-Comments [ROBLOX Comments]
Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support…
Qu'est-ce que Ro-Comments [ROBLOX Comments] ?
Ro-Comments [ROBLOX Comments] est une extension Chrome développée par Dice, et sa fonction principale est "Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ro-Comments [ROBLOX Comments]
Téléchargez les fichiers d'extension Ro-Comments [ROBLOX Comments] 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
Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support for many more ROBLOX items.
Informations de Base sur l'Extension
Nom | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
URL Officiel | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
Description | Adds comments back to ROBLOX! Version 3.4: Fixed a bug created by the new item page layout on ROBLOX. There is now comment support… |
Taille du Fichier | 122 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 3.5 |
Dernière Mise à Jour | 2016-12-27 |
Date de Publication | 2016-12-27 |
Évaluation | 3.39/5 Total 41 Évaluations |
Développeur | Dice |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js", "background.js" ], "matches": [ "https:\/\/www.roblox.com\/*", "http:\/\/www.roblox.com\/*" ] } ], "manifest_version": 2, "name": "Ro-Comments [ROBLOX Comments]", "permissions": [ "https:\/\/www.roblox.com\/", "http:\/\/www.roblox.com\/" ], "version": "3.5", "background": { "scripts": [ "background.js", "jquery.js" ] } } |