Unf*ck My Northeastern
Stop myNortheastern from stealing your ctrl+f
O que é Unf*ck My Northeastern?
Unf*ck My Northeastern é uma extensão do Chrome desenvolvida por benmuschol, e sua principal característica é "Stop myNortheastern from stealing your ctrl+f".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unf*ck My Northeastern
Baixe arquivos de extensão Unf*ck My Northeastern no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ![]() |
ID | bfbeolkajjaollpdbnaaidliiafnbjon |
URL Oficial | https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon |
Descrição | Stop myNortheastern from stealing your ctrl+f |
Tamanho do Arquivo | 4.69 KB |
Contagem de Instalações | 13 |
Versão Atual | 0.0.5 |
Última Atualização | 2017-12-17 |
Data de Publicação | 2017-12-17 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | benmuschol |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |