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…
Was ist Ro-Comments [ROBLOX Comments]?
Ro-Comments [ROBLOX Comments] ist eine Chrome-Erweiterung, die von Dice entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Ro-Comments [ROBLOX Comments]-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ro-Comments [ROBLOX Comments]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
Offizielle URL | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
Beschreibung | 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… |
Dateigröße | 122 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 3.5 |
Letztes Update | 2016-12-27 |
Veröffentlichungsdatum | 2016-12-27 |
Bewertung | 3.39/5 Insgesamt 41 Bewertungen |
Entwickler | Dice |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |