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]?
Ro-Comments [ROBLOX Comments]是由Dice开发的Chrome扩展程序,该扩展的主要功能是“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]扩展crx文件
下载Ro-Comments [ROBLOX Comments]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jfljaiklnfkdfcibklkhcffboppnjhgc |
官方URL | https://chrome.google.com/webstore/detail/ro-comments-roblox-commen/jfljaiklnfkdfcibklkhcffboppnjhgc |
简介 | 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… |
文件大小 | 122 KB |
安装次数 | 1,000 |
当前版本 | 3.5 |
更新时间 | 2016-12-27 |
上架时间 | 2016-12-27 |
评分 | 3.39/5 共41次评分 |
开发者 | Dice |
付费类型 | free |
支持的语言 | 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" ] } } |