LinkedIn Modal Remover
Watch linkedin profile without login. Linkedin popup remover.
What is LinkedIn Modal Remover?
LinkedIn Modal Remover is a Chrome extension developed by aminvivek24, and its main feature is "Watch linkedin profile without login. Linkedin popup remover.".
Extension Screenshots
Download LinkedIn Modal Remover Extension CRX File
Download LinkedIn Modal Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check LinkedIn profiles without login. Simple LinkedIn popup remover. Just move or scroll your mouse, popup will be disappeared. You can also remove it by clicking extension. Whatever you want. DISABLE EXTENSION WHEN YOU ARE LOGGED IN.
Extension Basic Information
Name | |
ID | lipbembkfnpaokgimakpbmdloeeehoef |
Official URL | https://chrome.google.com/webstore/detail/linkedin-modal-remover/lipbembkfnpaokgimakpbmdloeeehoef |
Description | Watch linkedin profile without login. Linkedin popup remover. |
File Size | 103 KB |
Installation Count | 52 |
Current Version | 1.0.3 |
Last Updated | 2017-12-21 |
Publish Date | 2017-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | aminvivek24 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Modal Remover", "description": "Watch linkedin profile without login. Linkedin popup remover.", "version": "1.0.3", "permissions": [ "activeTab" ], "background": { "scripts": [ "\/assets\/js\/jQuery.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "LinkedIn Modal Remover", "default_icon": "\/assets\/logo\/logom.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "\/assets\/js\/jQuery.js", "content_script.js" ] } ], "manifest_version": 2 } |