Linkedin Connection Eraser
It will automatically remove your Connection on the base of your input value
O que é Linkedin Connection Eraser?
Linkedin Connection Eraser é uma extensão do Chrome desenvolvida por zakirullahkhan6269, e sua principal característica é "It will automatically remove your Connection on the base of your input value".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Linkedin Connection Eraser
Baixe arquivos de extensão Linkedin Connection Eraser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Linkedin Connection Eraser |
ID | jbacoffafbpedpnpehenamkopjeiipjb |
URL Oficial | https://chromewebstore.google.com/detail/linkedin-connection-erase/jbacoffafbpedpnpehenamkopjeiipjb |
Descrição | It will automatically remove your Connection on the base of your input value |
Tamanho do Arquivo | 5.1 MB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2023-05-09 |
Data de Publicação | 2023-05-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | zakirullahkhan6269 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |