Freelancer Popup Remover

Remove the annoying new job popups from freelancer.

O que é Freelancer Popup Remover?

Freelancer Popup Remover é uma extensão do Chrome desenvolvida por allnewnexus, e sua principal característica é "Remove the annoying new job popups from freelancer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Freelancer Popup Remover

Baixe arquivos de extensão Freelancer Popup Remover 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

                        ---------- UPDATE: 23-4-2021-------------
  Woah, never thought this was going to get downloads, so kind of forgot about it. For those still using it, I have updated it to work again, sorry for the 2 year delay :$
-------------------------------------------------------

Have you ever been writing a description over at Freelancer, or just reading through jobs when notifications in grey bubbles start to block your screen? This gets rid of that :D                    

Informações Básicas da Extensão

Nome Freelancer Popup Remover Freelancer Popup Remover
ID oljhncickmgkboaahmffkkcipgfjmbhd
URL Oficial https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd
Descrição Remove the annoying new job popups from freelancer.
Tamanho do Arquivo 3.16 KB
Contagem de Instalações 159
Versão Atual 1.1
Última Atualização 2021-04-25
Data de Publicação 2019-03-30
Classificação 1.00/5 Total de 11 Avaliações
Desenvolvedor allnewnexus
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freelancer Popup Remover",
    "version": "1.1",
    "description": "Remove the annoying new job popups from freelancer.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freelancer.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}