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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Showing Metacritic score ,rating and the lowest price in history on Playstation store web page ,helping you make a better decision…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PS Store Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}