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…

What is Ro-Comments [ROBLOX Comments]?

Ro-Comments [ROBLOX Comments] is a Chrome extension developed by Dice, and its main feature is "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…".

Extension Screenshots

screenshot

Download Ro-Comments [ROBLOX Comments] Extension CRX File

Download Ro-Comments [ROBLOX Comments] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ro-Comments [ROBLOX Comments] Ro-Comments [ROBLOX Comments]
ID jfljaiklnfkdfcibklkhcffboppnjhgc
Official URL 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…
File Size 122 KB
Installation Count 1,000
Current Version 3.5
Last Updated 2016-12-27
Publish Date 2016-12-27
Rating 3.39/5 Total 41 Ratings
Developer Dice
Payment Type free
Supported Languages 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"
        ]
    }
}