Linkedin Messages Remover 2023
It will automatically remove your all Messages
Что такое Linkedin Messages Remover 2023?
Linkedin Messages Remover 2023 - это расширение Chrome, разработанное zakirullahkhan6269, и его основная функция - "It will automatically remove your all Messages".
Снимки экрана расширения
Скачать файл CRX расширения Linkedin Messages Remover 2023
Скачайте файлы расширений Linkedin Messages Remover 2023 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Download the extension:
1- Click on the extension icon
2- Follow the "1st Step" , Click on the LinkedIn button to load your LinkedIn messages
3- If one of your msg is not open, kindly click one of your msg it will open in the right center, then follow the "2nd step". 
4- Type your limit in the input  
5- Click on the Icon (Blue One).
6- Enjoy!                     Основная информация о расширении
| Название |   |  
| ID | keppfgimphmkpejoihnjfedgaglhdljc | 
| Официальный URL | https://chromewebstore.google.com/detail/linkedin-messages-remover/keppfgimphmkpejoihnjfedgaglhdljc | 
| Описание | It will automatically remove your all Messages | 
| Размер файла | 6.19 MB | 
| Количество установок | 34 | 
| Текущая Версия | 1.1 | 
| Последнее Обновление | 2023-07-18 | 
| Дата публикации | 2023-05-10 | 
| Рейтинг | 5.00/5 Всего 3 оценок | 
| Разработчик | zakirullahkhan6269 | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Messages Remover 2023",
    "short_name": "LMR",
    "version": "1.1",
    "manifest_version": 3,
    "description": "It will automatically remove your all Messages",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "LMR",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}  |  |