Freelancer Popup Remover

Remove the annoying new job popups from freelancer.

Apa itu Freelancer Popup Remover?

Freelancer Popup Remover adalah ekstensi Chrome yang dikembangkan oleh allnewnexus, dan fitur utamanya adalah "Remove the annoying new job popups from freelancer.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freelancer Popup Remover

Unduh file ekstensi Freelancer Popup Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ---------- 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                    

Informasi Dasar Ekstensi

Nama Freelancer Popup Remover Freelancer Popup Remover
ID oljhncickmgkboaahmffkkcipgfjmbhd
URL Resmi https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd
Deskripsi Remove the annoying new job popups from freelancer.
Ukuran File 3.16 KB
Jumlah Instalasi 159
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-04-25
Tanggal Publikasi 2019-03-30
Penilaian 1.00/5 Total 11 Penilaian
Pengembang allnewnexus
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}