Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Cos'è Freelancer Popup Remover?
Freelancer Popup Remover è un'estensione di Chrome sviluppata da allnewnexus, e la sua funzione principale è "Remove the annoying new job popups from freelancer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Freelancer Popup Remover
Scarica i file di estensione Freelancer Popup Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
---------- 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| URL Ufficiale | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Descrizione | Remove the annoying new job popups from freelancer. |
| Dimensione del File | 3.16 KB |
| Conteggio Installazioni | 159 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-04-25 |
| Data di Pubblicazione | 2019-03-30 |
| Valutazione | 1.00/5 Totale 11 Valutazioni |
| Sviluppatore | allnewnexus |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |