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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Roblox Reviews
ID mkjmfnfelagifmamhjibjpggdidpjnjj
官方網址 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"
}