Roblox Reviews
Allows users to see ratings of and write reviews for Roblox games through this extension made by Roblox Reviews
什么是Roblox Reviews?
Roblox Reviews是由https://roblox.reviews开发的Chrome扩展程序,该扩展的主要功能是“Allows users to see ratings of and write reviews for Roblox games through this extension made by Roblox Reviews”。
扩展截图
下载Roblox Reviews扩展crx文件
下载Roblox Reviews扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Roblox Reviews is a free Google Chrome extension independently developed by Roblox Reviews that adds rating statistics for Roblox.com directly on game pages. These ratings are drawn from www.roblox.reviews, a community-driven fan database website independent of Roblox where players can post game reviews. Its features include: * A rating summary on Roblox.com game pages with average votes, number of votes, and a rating distribution * Directly rate on game pages! Simply click on the rating bars on any game page to update your rating. Requires user to be logged in via the extension. * Players can go to www.roblox.reviews through the "Submit a Review" button, where users can post their own game review v0.0.5 * Fixed rating interface styling * Update to comply with Chrome Store policies This extension is not made by Roblox and can not be used to play or alter Roblox games. Roblox Reviews is not affiliated with Roblox.
扩展基本信息
名称 | Roblox Reviews |
ID | mkjmfnfelagifmamhjibjpggdidpjnjj |
官方URL | https://chromewebstore.google.com/detail/roblox-reviews/mkjmfnfelagifmamhjibjpggdidpjnjj |
简介 | Allows users to see ratings of and write reviews for Roblox games through this extension made by Roblox Reviews |
文件大小 | 2.21 MB |
安装次数 | 5,787 |
当前版本 | 0.0.5 |
更新时间 | 2021-12-20 |
上架时间 | 2020-08-23 |
评分 | 3.45/5 共20次评分 |
开发者 | https://roblox.reviews |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://roblox.reviews/ |
隐私政策页面URL | https://roblox.reviews/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Reviews", "version": "0.0.5", "description": "Allows users to see ratings of and write reviews for Roblox games through this extension made by Roblox Reviews", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/games\/*" ], "js": [ "js\/content.js", "js\/jquery.min.js" ] } ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "incognito": "not_allowed" } |