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é es Ro-Comments [ROBLOX Comments]?

Ro-Comments [ROBLOX Comments] es una extensión de Chrome desarrollada por Dice, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ro-Comments [ROBLOX Comments]

Descarga archivos de extensión Ro-Comments [ROBLOX Comments] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Ro-Comments [ROBLOX Comments] Ro-Comments [ROBLOX Comments]
ID jfljaiklnfkdfcibklkhcffboppnjhgc
URL Oficial https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc
Descripción 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…
Tamaño del Archivo 122 KB
Cantidad de Instalaciones 1,000
Versión Actual 3.5
Última Actualización 2016-12-27
Fecha de Publicación 2016-12-27
Calificación 3.39/5 Total de 41 Calificaciones
Desarrollador Dice
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}