PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

什么是PlayStation Web Store Enhancer?

PlayStation Web Store Enhancer是由naveedgol开发的Chrome扩展程序,该扩展的主要功能是“Adds game titles underneath the game icons and dark mode”。

扩展截图

screenshot

下载PlayStation Web Store Enhancer扩展crx文件

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

扩展使用说明

                        Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles.                    

扩展基本信息

名称 PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
官方URL https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
简介 Adds game titles underneath the game icons and dark mode
文件大小 60.83 KB
安装次数 239
当前版本 1.1
更新时间 2020-10-29
上架时间 2020-10-28
评分 4.40/5 共5次评分
开发者 naveedgol
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlayStation Web Store Enhancer",
    "short_name": "PS Store Enhancer",
    "version": "1.1",
    "description": "Adds game titles underneath the game icons and dark mode",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/store.playstation.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "dark.css"
    ],
    "manifest_version": 2
}