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…

Wat is Ro-Comments [ROBLOX Comments]?

Ro-Comments [ROBLOX Comments] is een Chrome-extensie ontwikkeld door Dice, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ro-Comments [ROBLOX Comments]

Download Ro-Comments [ROBLOX Comments]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ro-Comments [ROBLOX Comments] Ro-Comments [ROBLOX Comments]
ID jfljaiklnfkdfcibklkhcffboppnjhgc
Officiële URL https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc
Beschrijving 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…
Bestandsgrootte 122 KB
Aantal Installaties 1,000
Huidige Versie 3.5
Laatst Bijgewerkt 2016-12-27
Publicatiedatum 2016-12-27
Beoordeling 3.39/5 Totaal 41 Beoordelingen
Ontwikkelaar Dice
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}