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.
Apa itu PSN Profiles guide column?
PSN Profiles guide column adalah ekstensi Chrome yang dikembangkan oleh IHS, dan fitur utamanya adalah "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PSN Profiles guide column
Unduh file ekstensi PSN Profiles guide column 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
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.
Informasi Dasar Ekstensi
Nama | PSN Profiles guide column |
ID | eaadcpcapokaenindcgkmgldikbiocee |
URL Resmi | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
Deskripsi | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
Ukuran File | 151 KB |
Jumlah Instalasi | 1,398 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2023-03-12 |
Tanggal Publikasi | 2022-03-14 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | IHS |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |