PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

Apa itu PlayStation Web Store Enhancer?

PlayStation Web Store Enhancer adalah ekstensi Chrome yang dikembangkan oleh naveedgol, dan fitur utamanya adalah "Adds game titles underneath the game icons and dark mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PlayStation Web Store Enhancer

Unduh file ekstensi PlayStation Web Store Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
URL Resmi https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
Deskripsi Adds game titles underneath the game icons and dark mode
Ukuran File 60.83 KB
Jumlah Instalasi 239
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-10-29
Tanggal Publikasi 2020-10-28
Penilaian 4.40/5 Total 5 Penilaian
Pengembang naveedgol
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}