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
公式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
Eメール [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"
}