PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

Wat is PlayStation Web Store Enhancer?

PlayStation Web Store Enhancer is een Chrome-extensie ontwikkeld door naveedgol, en de belangrijkste functie is "Adds game titles underneath the game icons and dark mode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PlayStation Web Store Enhancer

Download PlayStation Web Store Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
Officiële URL https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
Beschrijving Adds game titles underneath the game icons and dark mode
Bestandsgrootte 60.83 KB
Aantal Installaties 239
Huidige Versie 1.1
Laatst Bijgewerkt 2020-10-29
Publicatiedatum 2020-10-28
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar naveedgol
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}