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": "Upwork toolkit - your own freelance assistant",
"description": "Save time and earn more with Upwork toolkit.",
"version": "1.5.48",
"icons": {
"16": "icon\/16.png",
"24": "icon\/24.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png",
"500": "icon\/500.png"
},
"action": {
"default_icon": "icon\/32.png"
},
"permissions": [
"idle",
"alarms",
"storage",
"cookies",
"offscreen",
"notifications",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.upwork.com\/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "request_modifier.json"
}
]
},
"background": {
"type": "module",
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.upwork.com\/nx\/proposals\/job\/*\/apply*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"content-scripts\/content.js"
]
}
]
}