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 là gì?

PSN Profiles guide column là một tiện ích mở rộng Chrome được phát triển bởi IHS, và tính năng chính của nó là "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PSN Profiles guide column

Tải xuống các tệp mở rộng PSN Profiles guide column dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
URL Chính Thức https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Mô tả Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 1,398
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-03-12
Ngày Phát Hành 2022-03-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển IHS
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}