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",
"description": "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.",
"version": "4.3.8",
"manifest_version": 3,
"name": "Upwork Job Scorer & Spam Detector",
"action": [],
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.upwork.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"logo.png"
],
"matches": []
}
]
}