intrafriends42
Add some friends and get their locations on intra.42.fr sidebar
Wat is intrafriends42?
intrafriends42 is een Chrome-extensie ontwikkeld door edrflt, en de belangrijkste functie is "Add some friends and get their locations on intra.42.fr sidebar".
Extensie Screenshots
Download het CRX-bestand van de extensie intrafriends42
Download intrafriends42-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Add some friends and get their locations on intra.42.fr sidebar                     Basisinformatie over de Extensie
| Naam |  | 
| ID | baehliedggippdholddgbdlhhmiaoioc | 
| Officiële URL | https://chromewebstore.google.com/detail/intrafriends42/baehliedggippdholddgbdlhhmiaoioc | 
| Beschrijving | Add some friends and get their locations on intra.42.fr sidebar | 
| Bestandsgrootte | 12.73 KB | 
| Aantal Installaties | 378 | 
| Huidige Versie | 4.0 | 
| Laatst Bijgewerkt | 2018-12-18 | 
| Publicatiedatum | 2018-12-18 | 
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | edrflt | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
} | |