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 là gì?

PS Store Helper là một tiện ích mở rộng Chrome được phát triển bởi CatxFish, và tính năng chính của nó là "Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PS Store Helper

Tải xuống các tệp mở rộng PS Store Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PS Store Helper PS Store Helper
ID ldjfkloldnlohgeblkanmjeehpeapbep
URL Chính Thức https://chromewebstore.google.com/detail/ps-store-helper/ldjfkloldnlohgeblkanmjeehpeapbep
Mô tả Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…
Kích Thước Tệp 17.75 KB
Số Lần Cài Đặt 11,327
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2021-09-20
Ngày Phát Hành 2020-02-25
Đánh Giá 4.59/5 Tổng số 46 Đánh Giá
Nhà Phát Triển CatxFish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CatxFish/PSStore_Metascore
Ngôn Ngữ Được Hỗ Trợ 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
}