Linkedin Connection Eraser

It will automatically remove your Connection on the base of your input value

什么是Linkedin Connection Eraser?

Linkedin Connection Eraser是由zakirullahkhan6269开发的Chrome扩展程序,该扩展的主要功能是“It will automatically remove your Connection on the base of your input value”。

扩展截图

screenshot
screenshot

下载Linkedin Connection Eraser扩展crx文件

下载Linkedin Connection Eraser扩展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
3- Follow the "2nd Step" 
4- Click the cross button ( X )
5- Enjoy!                    

扩展基本信息

名称 Linkedin Connection Eraser Linkedin Connection Eraser
ID jbacoffafbpedpnpehenamkopjeiipjb
官方URL https://chromewebstore.google.com/detail/linkedin-connection-erase/jbacoffafbpedpnpehenamkopjeiipjb
简介 It will automatically remove your Connection on the base of your input value
文件大小 5.1 MB
安装次数 20
当前版本 1.0
更新时间 2023-05-09
上架时间 2023-05-08
评分 5.00/5 共2次评分
开发者 zakirullahkhan6269
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Connection Eraser",
    "short_name": "LCE",
    "version": "1.0",
    "manifest_version": 3,
    "description": "It will automatically remove your Connection on the base of your input value",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "ICE",
        "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"
    }
}