Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide LinkedIn Applicants", "version": "0.0.13", "description": "Hide the number of job applicants for roles on LinkedIn.", "permissions": [ "scripting" ], "icons": { "16": "images\/hide-emoji-16.png", "32": "images\/hide-emoji-32.png", "48": "images\/hide-emoji-48.png", "128": "images\/hide-emoji-128.png" }, "web_accessible_resources": [ { "resources": [ "css\/*.css" ], "extension_ids": [ "pokgcjppglddgaomdkidlbcljngaflcd" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "css": [ "css\/global.css" ], "run_at": "document_start" } ], "host_permissions": [ "*:\/\/www.linkedin.com\/*" ], "action": { "default_popup": "popup.html" } }