Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Vad är Freelancer Popup Remover?
Freelancer Popup Remover är en Chrome-tillägg utvecklad av allnewnexus, och dess huvudfunktion är "Remove the annoying new job popups from freelancer.".
Tilläggsskärmbilder
Ladda ner Freelancer Popup Remover-förlängningens CRX-fil
Ladda ner Freelancer Popup Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
---------- 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 Grundläggande Information om Tillägg
| Namn | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Beskrivning | Remove the annoying new job popups from freelancer. |
| Filstorlek | 3.16 KB |
| Antal Installationer | 159 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-04-25 |
| Publiceringsdatum | 2019-03-30 |
| Betyg | 1.00/5 Totalt 11 Betyg |
| Utvecklare | allnewnexus |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |