Neptune's Pride Agent άλφα Edition

Enhance NP Triton UI with intel.

Co to jest Neptune's Pride Agent άλφα Edition?

Neptune's Pride Agent άλφα Edition to rozszerzenie Chrome opracowane przez Board Games Cafe Extensions, a jego główną funkcją jest „Enhance NP Triton UI with intel.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Neptune's Pride Agent άλφα Edition

Pobierz pliki rozszerzeń Neptune's Pride Agent άλφα Edition w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Neptune's Pride Agent άλφα Edition Neptune's Pride Agent άλφα Edition
ID ndfajnjbmlanogpddbbjbbcoahhomaba
Oficjalny URL https://chromewebstore.google.com/detail/neptunes-pride-agent-%CE%AC%CE%BB%CF%86%CE%B1/ndfajnjbmlanogpddbbjbbcoahhomaba
Opis Enhance NP Triton UI with intel.
Rozmiar pliku 167 KB
Liczba instalacji 201
Aktualna Wersja 2.2.54
Ostatnia Aktualizacja 2023-08-10
Data Publikacji 2023-01-01
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Board Games Cafe Extensions
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}