intrafriends42

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

What is intrafriends42?

intrafriends42 is a Chrome extension developed by edrflt, and its main feature is "Add some friends and get their locations on intra.42.fr sidebar".

Extension Screenshots

screenshot

Download intrafriends42 Extension CRX File

Download intrafriends42 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name intrafriends42 intrafriends42
ID baehliedggippdholddgbdlhhmiaoioc
Official URL https://chromewebstore.google.com/detail/intrafriends42/baehliedggippdholddgbdlhhmiaoioc
Description Add some friends and get their locations on intra.42.fr sidebar
File Size 12.73 KB
Installation Count 378
Current Version 4.0
Last Updated 2018-12-18
Publish Date 2018-12-18
Rating 5.00/5 Total 5 Ratings
Developer edrflt
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}