Linkedin Messages Remover 2023

It will automatically remove your all Messages

Co to jest Linkedin Messages Remover 2023?

Linkedin Messages Remover 2023 to rozszerzenie Chrome opracowane przez zakirullahkhan6269, a jego główną funkcją jest „It will automatically remove your all Messages”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Linkedin Messages Remover 2023

Pobierz pliki rozszerzeń Linkedin Messages Remover 2023 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Linkedin Messages Remover 2023 Linkedin Messages Remover 2023
ID keppfgimphmkpejoihnjfedgaglhdljc
Oficjalny URL https://chromewebstore.google.com/detail/linkedin-messages-remover/keppfgimphmkpejoihnjfedgaglhdljc
Opis It will automatically remove your all Messages
Rozmiar pliku 6.19 MB
Liczba instalacji 34
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-07-18
Data Publikacji 2023-05-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper zakirullahkhan6269
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}