LinkedIn Accountless
Watch any LinkedIn profile without being logged in
What is LinkedIn Accountless?
LinkedIn Accountless is a Chrome extension developed by Leonardo Galante, and its main feature is "Watch any LinkedIn profile without being logged in".
Extension Screenshots
Download LinkedIn Accountless Extension CRX File
Download LinkedIn Accountless 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
You need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.
Extension Basic Information
Name | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
Official URL | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
Description | Watch any LinkedIn profile without being logged in |
File Size | 7.6 KB |
Installation Count | 81 |
Current Version | 0.0.1 |
Last Updated | 2017-09-09 |
Publish Date | 2017-09-09 |
Developer | Leonardo Galante |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Accountless", "author": "Leonardo Galante", "version": "0.0.1", "description": "Watch any LinkedIn profile without being logged in", "icons": { "16": "assets\/linkedin_16.png", "48": "assets\/linkedin_48.png", "128": "assets\/linkedin_128.png" }, "browser_action": { "default_title": "Watch any LinkedIn profile", "default_icon": "assets\/linkedin_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/*.linkedin.com\/*" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "activeTab" ] } |