Linkedin Messages Remover 2023

It will automatically remove your all Messages

Was ist Linkedin Messages Remover 2023?

Linkedin Messages Remover 2023 ist eine Chrome-Erweiterung, die von zakirullahkhan6269 entwickelt wurde, und ihr Hauptmerkmal ist "It will automatically remove your all Messages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Linkedin Messages Remover 2023-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkedin Messages Remover 2023-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Linkedin Messages Remover 2023 Linkedin Messages Remover 2023
ID keppfgimphmkpejoihnjfedgaglhdljc
Offizielle URL https://chromewebstore.google.com/detail/linkedin-messages-remover/keppfgimphmkpejoihnjfedgaglhdljc
Beschreibung It will automatically remove your all Messages
Dateigröße 6.19 MB
Installationsanzahl 34
Aktuelle Version 1.1
Letztes Update 2023-07-18
Veröffentlichungsdatum 2023-05-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler zakirullahkhan6269
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}