PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

ما هو PlayStation Web Store Enhancer؟

PlayStation Web Store Enhancer هو إضافة Chrome تم تطويرها بواسطة naveedgol، والميزة الرئيسية لها هي "Adds game titles underneath the game icons and dark mode".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PlayStation Web Store Enhancer

قم بتنزيل ملفات الامتداد PlayStation Web Store Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
}