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…

Vad är Ro-Comments [ROBLOX Comments]?

Ro-Comments [ROBLOX Comments] är en Chrome-tillägg utvecklad av Dice, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Ro-Comments [ROBLOX Comments]-förlängningens CRX-fil

Ladda ner Ro-Comments [ROBLOX Comments]-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ro-Comments [ROBLOX Comments] Ro-Comments [ROBLOX Comments]
ID jfljaiklnfkdfcibklkhcffboppnjhgc
Officiell webbadress https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc
Beskrivning 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…
Filstorlek 122 KB
Antal Installationer 1,000
Aktuell Version 3.5
Senast Uppdaterad 2016-12-27
Publiceringsdatum 2016-12-27
Betyg 3.39/5 Totalt 41 Betyg
Utvecklare Dice
Betalningssätt free
Stödda Språk 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"
        ]
    }
}