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…

Ro-Comments [ROBLOX Comments] là gì?

Ro-Comments [ROBLOX Comments] là một tiện ích mở rộng Chrome được phát triển bởi Dice, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ro-Comments [ROBLOX Comments]

Tải xuống các tệp mở rộng Ro-Comments [ROBLOX Comments] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ro-Comments [ROBLOX Comments] Ro-Comments [ROBLOX Comments]
ID jfljaiklnfkdfcibklkhcffboppnjhgc
URL Chính Thức https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc
Mô tả 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…
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2016-12-27
Ngày Phát Hành 2016-12-27
Đánh Giá 3.39/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Dice
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}