PSN Profiles guide column

Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.

ما هو PSN Profiles guide column؟

PSN Profiles guide column هو إضافة Chrome تم تطويرها بواسطة IHS، والميزة الرئيسية لها هي "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".

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

screenshot

تحميل ملف CRX للإضافة PSN Profiles guide column

قم بتنزيل ملفات الامتداد PSN Profiles guide column بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.                    

معلومات أساسية عن التمديد

الاسم PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
عنوان URL الرسمي https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
الوصف Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
حجم الملف 151 KB
عدد التثبيتات 1,398
النسخة الحالية 1.3
آخر تحديث 2023-03-12
تاريخ النشر 2022-03-14
تقييم 5.00/5 مجموع تقييمات 8
المطور IHS
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSN Profiles guide column",
    "description": "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/psnprofiles.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "difficultyColumn.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "games.json"
            ],
            "matches": [
                "https:\/\/psnprofiles.com\/*"
            ]
        }
    ]
}