PS Store Helper

Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…

什么是PS Store Helper?

PS Store Helper是由CatxFish开发的Chrome扩展程序,该扩展的主要功能是“Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…”。

扩展截图

screenshot
screenshot

下载PS Store Helper扩展crx文件

下载PS Store Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision during the deals. 

Features:
- Showing Metacritic score and rating on the game list page.
- Showing lowest price notice on discount campaign list page.
- Showing Metacritic score ,rating ,lowest price and source links on game detail page.


Change Log:

[2.0.5]
fix information not showing on new version ps-store game list

[2.0.3]
fix duplicate backend request issue

[2.0.2]
fix dlc display bug

[2.0.1]
apply to new version ps store                    

扩展基本信息

名称 PS Store Helper PS Store Helper
ID ldjfkloldnlohgeblkanmjeehpeapbep
官方URL https://chromewebstore.google.com/detail/ps-store-helper/ldjfkloldnlohgeblkanmjeehpeapbep
简介 Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…
文件大小 17.75 KB
安装次数 11,327
当前版本 2.0.5
更新时间 2021-09-20
上架时间 2020-02-25
评分 4.59/5 共46次评分
开发者 CatxFish
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/CatxFish/PSStore_Metascore
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PS Store Helper",
    "version": "2.0.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/store.playstation.com\/*",
        "https:\/\/www.metacritic.com\/*",
        "https:\/\/psdeals.net\/*",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "PS Store Helper",
        "default_icon": "icon\/green128.png"
    },
    "icons": {
        "16": "icon\/green16.png",
        "48": "icon\/green48.png",
        "128": "icon\/green128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.playstation.com\/*"
            ],
            "js": [
                "get_metacritic.js",
                "content.js",
                "psn_info.js",
                "get_discount.js",
                "util.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}