Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Was ist Freelancer Popup Remover?
Freelancer Popup Remover ist eine Chrome-Erweiterung, die von allnewnexus entwickelt wurde, und ihr Hauptmerkmal ist "Remove the annoying new job popups from freelancer.".
Erweiterungsscreenshots
Freelancer Popup Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Freelancer Popup Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
---------- 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| Offizielle URL | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Beschreibung | Remove the annoying new job popups from freelancer. |
| Dateigröße | 3.16 KB |
| Installationsanzahl | 159 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2021-04-25 |
| Veröffentlichungsdatum | 2019-03-30 |
| Bewertung | 1.00/5 Insgesamt 11 Bewertungen |
| Entwickler | allnewnexus |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |