intrafriends42

Add some friends and get their locations on intra.42.fr sidebar

intrafriends42とは何ですか?

intrafriends42はedrfltによって開発されたChromeの拡張機能で、その主な機能は「Add some friends and get their locations on intra.42.fr sidebar」です。

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

screenshot

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

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

拡張機能の使用方法

                        Add some friends and get their locations on intra.42.fr sidebar                    

拡張機能の基本情報

名前 intrafriends42 intrafriends42
ID baehliedggippdholddgbdlhhmiaoioc
公式URL https://chromewebstore.google.com/detail/intrafriends42/baehliedggippdholddgbdlhhmiaoioc
説明 Add some friends and get their locations on intra.42.fr sidebar
ファイルサイズ 12.73 KB
インストール数 378
現在のバージョン 4.0
最終更新日 2018-12-18
公開日 2018-12-18
評価 5.00/5 合計 5 レビュー
開発者 edrflt
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "intrafriends42",
    "version": "4.0",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "32.png",
        "default_title": "intrafriends42",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.intra.42.fr\/*"
            ],
            "js": [
                "purify.min.js",
                "intrafriends42.js"
            ]
        }
    ]
}