Freelancer Popup Remover

Remove the annoying new job popups from freelancer.

What is Freelancer Popup Remover?

Freelancer Popup Remover is a Chrome extension developed by allnewnexus, and its main feature is "Remove the annoying new job popups from freelancer.".

Extension Screenshots

screenshot

Download Freelancer Popup Remover Extension CRX File

Download Freelancer Popup Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Freelancer Popup Remover Freelancer Popup Remover
ID oljhncickmgkboaahmffkkcipgfjmbhd
Official URL https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd
Description Remove the annoying new job popups from freelancer.
File Size 3.16 KB
Installation Count 159
Current Version 1.1
Last Updated 2021-04-25
Publish Date 2019-03-30
Rating 1.00/5 Total 11 Ratings
Developer allnewnexus
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}