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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}