Intra42Nova

Agrega la progresión del White Nova en tu Intra de 42 Madrid.

Intra42Novaとは何ですか?

Intra42Novaはm00nbyt3によって開発されたChromeの拡張機能で、その主な機能は「Agrega la progresión del White Nova en tu Intra de 42 Madrid.」です。

拡張機能のスクリーンショット

screenshot

Intra42Nova拡張機能のCRXファイルをダウンロード

Intra42Nova拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Agrega la progresión del White Nova en tu Intra de 42 Madrid.                    

拡張機能の基本情報

名前 Intra42Nova Intra42Nova
ID fnehnflgpiaemngoknikolkcgcigabhc
公式URL https://chromewebstore.google.com/detail/intra42nova/fnehnflgpiaemngoknikolkcgcigabhc
説明 Agrega la progresión del White Nova en tu Intra de 42 Madrid.
ファイルサイズ 6.16 KB
インストール数 256
現在のバージョン 2.0.3
最終更新日 2022-10-25
公開日 2022-08-01
評価 4.00/5 合計 4 レビュー
開発者 m00nbyt3
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52
対応言語 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intra42Nova",
    "description": "",
    "author": "apavel ycarro alvrodri",
    "version": "2.0.3",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/profile.intra.42.fr\/*"
            ],
            "resources": [
                "layout.html"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "index.js"
            ],
            "matches": [
                "https:\/\/profile.intra.42.fr\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}