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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
---------- 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" ] } ] } |