Unf*ck My Northeastern

Stop myNortheastern from stealing your ctrl+f

Qu'est-ce que Unf*ck My Northeastern ?

Unf*ck My Northeastern est une extension Chrome développée par benmuschol, et sa fonction principale est "Stop myNortheastern from stealing your ctrl+f".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unf*ck My Northeastern

Téléchargez les fichiers d'extension Unf*ck My Northeastern au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Unf*ck My Northeastern Unf*ck My Northeastern
ID bfbeolkajjaollpdbnaaidliiafnbjon
URL Officiel https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon
Description Stop myNortheastern from stealing your ctrl+f
Taille du Fichier 4.69 KB
Nombre d'Installations 13
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-12-17
Date de Publication 2017-12-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur benmuschol
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unf*ck My Northeastern",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Stop myNortheastern from stealing your ctrl+f",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.northeastern.edu\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}