Freelancer Popup Remover

Remove the annoying new job popups from freelancer.

什麼是Freelancer Popup Remover?

Freelancer Popup Remover是由allnewnexus開發的Chrome擴展程式,該擴展的主要功能是“Remove the annoying new job popups from freelancer.”。

擴展截圖

screenshot

下載Freelancer Popup Remover擴展crx文件

下載Freelancer Popup Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Freelancer Popup Remover Freelancer Popup Remover
ID oljhncickmgkboaahmffkkcipgfjmbhd
官方網址 https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd
簡介 Remove the annoying new job popups from freelancer.
檔案大小 3.16 KB
安裝次數 159
目前版本 1.1
更新時間 2021-04-25
上架時間 2019-03-30
評分 1.00/5 共 11 次評分
開發者 allnewnexus
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}