Linkedin Messages Remover 2023

It will automatically remove your all Messages

Linkedin Messages Remover 2023 क्या है?

Linkedin Messages Remover 2023 zakirullahkhan6269 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will automatically remove your all Messages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linkedin Messages Remover 2023 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Linkedin Messages Remover 2023 Linkedin Messages Remover 2023
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"
    }
}