Beaten games on PSN Profiles

Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.

什么是Beaten games on PSN Profiles?

Beaten games on PSN Profiles是由mlesnik开发的Chrome扩展程序,该扩展的主要功能是“Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Beaten games on PSN Profiles扩展crx文件

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

扩展使用说明

                        Introducing 'Beaten Games on PSNProfiles' – a powerful Chrome Extension designed to elevate your PSNProfiles.com experience. Take control of your PlayStation conquests with this feature-rich extension.

Effortlessly mark and review the status of your completed PlayStation games directly within your game lists and detailed game profiles. 'Beaten Games on PSNProfiles' goes beyond mere cataloging by not only tallying the number of games you've conquered but also calculating the percentage of games you've successfully completed.

Rate your favorite games and easily view all graded and beaten games in a customizable list that you can sort to your liking. Choose from a vast array of PlayStation titles spanning the PlayStation 3, PlayStation 4, PlayStation 5, and Vita.

Our latest update introduces a streamlined connection with your PSN friends, providing easy access to their profiles. But that's not all - stay tuned for exciting upcoming features that promise to further enhance your gaming experience.

Join us on this journey of gaming achievement and seamlessly manage your PlayStation conquests in a way that suits your gaming style.                    

扩展基本信息

名称 Beaten games on PSN Profiles Beaten games on PSN Profiles
ID jpeikmicjapldkgdfkjkfggmafjeedha
官方URL https://chromewebstore.google.com/detail/beaten-games-on-psn-profi/jpeikmicjapldkgdfkjkfggmafjeedha
简介 Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.
文件大小 187 KB
安装次数 20
当前版本 2.0
更新时间 2023-11-11
上架时间 2023-03-07
评分 3.00/5 共2次评分
开发者 mlesnik
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beaten games on PSN Profiles",
    "description": "Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/psnprofiles.com\/*"
            ],
            "css": [
                "main.css",
                "cssMaterial.css"
            ],
            "js": [
                "jquery.min.js",
                "main.js",
                "jquery-ui.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/rating.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}