Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Wat is Freelancer Popup Remover?
Freelancer Popup Remover is een Chrome-extensie ontwikkeld door allnewnexus, en de belangrijkste functie is "Remove the annoying new job popups from freelancer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Freelancer Popup Remover
Download Freelancer Popup Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
---------- 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 Basisinformatie over de Extensie
| Naam | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| Officiële URL | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Beschrijving | Remove the annoying new job popups from freelancer. |
| Bestandsgrootte | 3.16 KB |
| Aantal Installaties | 159 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2021-04-25 |
| Publicatiedatum | 2019-03-30 |
| Beoordeling | 1.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | allnewnexus |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |