PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

Qu'est-ce que PlayStation Web Store Enhancer ?

PlayStation Web Store Enhancer est une extension Chrome développée par naveedgol, et sa fonction principale est "Adds game titles underneath the game icons and dark mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlayStation Web Store Enhancer

Téléchargez les fichiers d'extension PlayStation Web Store Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
URL Officiel https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
Description Adds game titles underneath the game icons and dark mode
Taille du Fichier 60.83 KB
Nombre d'Installations 239
Version Actuelle 1.1
Dernière Mise à Jour 2020-10-29
Date de Publication 2020-10-28
Évaluation 4.40/5 Total 5 Évaluations
Développeur naveedgol
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}