Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Clicker", "action": [], "manifest_version": 3, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "version": "0.2.9.70", "description": "It's about click. It's about you time. It's about you profile. Use it.", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "declarativeNetRequest" ], "background": { "service_worker": ".\/serviceworker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "http:\/\/localhost:8083\/*" ], "js": [ "click.js" ] }, { "matches": [ "http:\/\/localhost:3030\/*", "https:\/\/clicker.lt\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/active\/icon_48-on.png" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "as": "image" }, { "resources": [ "images\/active\/icon_48-off.png" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "as": "image" } ] }