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
公式URL 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
Eメール [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"
    }
}