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
Eメール [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
}