Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heyou for Linkedin | Auto-Like on Linkedin", "version": "1.1.102", "manifest_version": 3, "default_locale": "en", "description": "Effortlessly automate LinkedIn engagements while building your personal brand and your company's online presence.", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "scan.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.linkedin.com\/posts\/*" ], "js": [ "like.js" ], "run_at": "document_end" } ], "short_name": "HeYou", "homepage_url": "https:\/\/heyou.io", "action": { "default_icon": "icons\/icon128.png", "default_title": "HeYou", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.google.com\/*" ] }