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.”。
扩展截图
下载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 |
ID | oljhncickmgkboaahmffkkcipgfjmbhd |
官方URL | 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" ] } ] } |