PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

Co je PlayStation Web Store Enhancer?

PlayStation Web Store Enhancer je rozšíření Chrome vyvinuté naveedgol, a jeho hlavní funkcí je „Adds game titles underneath the game icons and dark mode“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PlayStation Web Store Enhancer

Stáhněte si soubory rozšíření PlayStation Web Store Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
Oficiální URL https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
Popis Adds game titles underneath the game icons and dark mode
Velikost souboru 60.83 KB
Počet instalací 239
Aktuální Verze 1.1
Poslední Aktualizace 2020-10-29
Datum Vydání 2020-10-28
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář naveedgol
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}