Neptune's Pride Agent άλφα Edition

Enhance NP Triton UI with intel.

什麼是Neptune's Pride Agent άλφα Edition?

Neptune's Pride Agent άλφα Edition是由Board Games Cafe Extensions開發的Chrome擴展程式,該擴展的主要功能是“Enhance NP Triton UI with intel.”。

擴展截圖

screenshot

下載Neptune's Pride Agent άλφα Edition擴展crx文件

下載Neptune's Pride Agent άλφα Edition擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Neptune's Pride Agent άλφα Edition Neptune's Pride Agent άλφα Edition
ID ndfajnjbmlanogpddbbjbbcoahhomaba
官方網址 https://chromewebstore.google.com/detail/neptunes-pride-agent-%CE%AC%CE%BB%CF%86%CE%B1/ndfajnjbmlanogpddbbjbbcoahhomaba
簡介 Enhance NP Triton UI with intel.
檔案大小 167 KB
安裝次數 201
目前版本 2.2.54
更新時間 2023-08-10
上架時間 2023-01-01
評分 5.00/5 共 3 次評分
開發者 Board Games Cafe Extensions
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}