Neptune's Pride Agent άλφα Edition

Enhance NP Triton UI with intel.

Qu'est-ce que Neptune's Pride Agent άλφα Edition ?

Neptune's Pride Agent άλφα Edition est une extension Chrome développée par Board Games Cafe Extensions, et sa fonction principale est "Enhance NP Triton UI with intel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neptune's Pride Agent άλφα Edition

Téléchargez les fichiers d'extension Neptune's Pride Agent άλφα Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Neptune's Pride Agent άλφα Edition Neptune's Pride Agent άλφα Edition
ID ndfajnjbmlanogpddbbjbbcoahhomaba
URL Officiel https://chromewebstore.google.com/detail/neptunes-pride-agent-%CE%AC%CE%BB%CF%86%CE%B1/ndfajnjbmlanogpddbbjbbcoahhomaba
Description Enhance NP Triton UI with intel.
Taille du Fichier 167 KB
Nombre d'Installations 201
Version Actuelle 2.2.54
Dernière Mise à Jour 2023-08-10
Date de Publication 2023-01-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur Board Games Cafe Extensions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}