Unf*ck My Northeastern

Stop myNortheastern from stealing your ctrl+f

Co to jest Unf*ck My Northeastern?

Unf*ck My Northeastern to rozszerzenie Chrome opracowane przez benmuschol, a jego główną funkcją jest „Stop myNortheastern from stealing your ctrl+f”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unf*ck My Northeastern

Pobierz pliki rozszerzeń Unf*ck My Northeastern w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Unf*ck My Northeastern Unf*ck My Northeastern
ID bfbeolkajjaollpdbnaaidliiafnbjon
Oficjalny URL https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon
Opis Stop myNortheastern from stealing your ctrl+f
Rozmiar pliku 4.69 KB
Liczba instalacji 13
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2017-12-17
Data Publikacji 2017-12-17
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper benmuschol
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}