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": "__MSG_appName__",
"description": "__MSG_appDes__",
"version": "10.3.12",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAows7mkgFz8dTs6WK3HvCQg8Rwjt0g9ZCBtAsInEBj86UnFoPeFN7nXeyvOefoCzPFfpp\/g58lxeEfUB3MfpAlj22LqbQoTAL9ps1eGWujENiIjrJFbEDXd\/cFFgFCGRY+qhHDnprIdtT9ax1ETfJxk34M3uOEDHyzoGFhM3tKZDpGCFnvROjWAclNIyLthAp6INuBNc1IrunjxKVmX03OafnE0j1craDQ+9iWiVCGUif\/r+5e\/rSiMi7reU6YDmUcGNNpSVY0tTLhZjP1TQHRz1HOeiu9rzV8JVu4BBqcBrgKCF7G\/+1QbQaDW6tmXImxSu2SbD+9lpA10gQvHxEawIDAQAB",
"homepage_url": "https:\/\/indeedscraper.net",
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-80c7b215.ff5b434f.js"
],
"matches": [
"*:\/\/*.indeed.com\/*"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/*",
"assets\/*",
"cframe.html"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.indeed.com\/*"
],
"resources": [
"assets\/chunk-5440106d.js",
"assets\/chunk-80c7b215.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage",
"tabs"
]
}