Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Что такое Freelancer Popup Remover?
Freelancer Popup Remover - это расширение Chrome, разработанное allnewnexus, и его основная функция - "Remove the annoying new job popups from freelancer.".
Снимки экрана расширения
Скачать файл CRX расширения Freelancer Popup Remover
Скачайте файлы расширений Freelancer Popup Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
---------- 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 Основная информация о расширении
| Название | |
| ID | oljhncickmgkboaahmffkkcipgfjmbhd |
| Официальный URL | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
| Описание | Remove the annoying new job popups from freelancer. |
| Размер файла | 3.16 KB |
| Количество установок | 159 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2021-04-25 |
| Дата публикации | 2019-03-30 |
| Рейтинг | 1.00/5 Всего 11 оценок |
| Разработчик | allnewnexus |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |