Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Co to jest Freelancer Popup Remover?
Freelancer Popup Remover to rozszerzenie Chrome opracowane przez allnewnexus, a jego główną funkcją jest „Remove the annoying new job popups from freelancer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Freelancer Popup Remover
Pobierz pliki rozszerzeń Freelancer Popup Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
---------- 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| Oficjalny URL | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Opis | Remove the annoying new job popups from freelancer. |
| Rozmiar pliku | 3.16 KB |
| Liczba instalacji | 159 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-04-25 |
| Data Publikacji | 2019-03-30 |
| Ocena | 1.00/5 Łącznie 11 Oceny |
| Deweloper | allnewnexus |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |