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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |