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",
"name": "Pixel Helper for LinkedIn",
"description": "A simple plugin that checks websites for installed LinkedIn Insight Tags.",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "js\/sw.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"webRequest"
]
}