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.
O que é PSN Profiles guide column?
PSN Profiles guide column é uma extensão do Chrome desenvolvida por IHS, e sua principal característica é "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PSN Profiles guide column
Baixe arquivos de extensão PSN Profiles guide column no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.
Informações Básicas da Extensão
Nome | PSN Profiles guide column |
ID | eaadcpcapokaenindcgkmgldikbiocee |
URL Oficial | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
Descrição | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
Tamanho do Arquivo | 151 KB |
Contagem de Instalações | 1,398 |
Versão Atual | 1.3 |
Última Atualização | 2023-03-12 |
Data de Publicação | 2022-03-14 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | IHS |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |