Neptune's Pride Agent άλφα Edition

Enhance NP Triton UI with intel.

O que é Neptune's Pride Agent άλφα Edition?

Neptune's Pride Agent άλφα Edition é uma extensão do Chrome desenvolvida por Board Games Cafe Extensions, e sua principal característica é "Enhance NP Triton UI with intel.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Neptune's Pride Agent άλφα Edition

Baixe arquivos de extensão Neptune's Pride Agent άλφα Edition 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

                        Now that the stable extension has just over 200 users, it's time for an Alpha edition for those who want the very latest development features! 

You can only use one of the two extensions, the stable or alpha version, but you can install both and disable one and enable the other so that if αλφα lives up to its name and is flaky you can quickly switch to stable.

Get the stable extension if you're not sure:
https://chrome.google.com/webstore/detail/neptunes-pride-agent/gpcdekpemhpdcacfnafnflnlakelfefh                    

Informações Básicas da Extensão

Nome Neptune's Pride Agent άλφα Edition Neptune's Pride Agent άλφα Edition
ID ndfajnjbmlanogpddbbjbbcoahhomaba
URL Oficial https://chromewebstore.google.com/detail/neptunes-pride-agent-%CE%AC%CE%BB%CF%86%CE%B1/ndfajnjbmlanogpddbbjbbcoahhomaba
Descrição Enhance NP Triton UI with intel.
Tamanho do Arquivo 167 KB
Contagem de Instalações 201
Versão Atual 2.2.54
Última Atualização 2023-08-10
Data de Publicação 2023-01-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Board Games Cafe Extensions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neptune's Pride Agent \u03ac\u03bb\u03c6\u03b1 Edition",
    "description": "Enhance NP Triton UI with intel.",
    "version": "2.2.54",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/np.ironhelmet.com\/*"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "intel.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/np.ironhelmet.com\/*"
            ],
            "css": [
                "intel.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}