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": "AI bid generation, project filtering by country, employer details display, and productivity enhancements for freelancer.com.",
"version": "2.3.6",
"name": "Freelancer Helper",
"permissions": [
"activeTab",
"storage",
"alarms",
"identity",
"declarativeNetRequestWithHostAccess",
"scripting"
],
"host_permissions": [
"*:\/\/*.freelancer.com\/*"
],
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Freelancer Helper",
"default_icon": {
"16": "public\/icon_128.png",
"48": "public\/icon_128.png",
"128": "public\/icon_128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.freelancer.com\/*"
],
"run_at": "document_start",
"js": [
"whole.bundle.js"
],
"css": [
"css\/inject.css"
]
}
],
"icons": {
"16": "public\/icon_128.png",
"48": "public\/icon_128.png",
"128": "public\/icon_128.png"
},
"web_accessible_resources": [
{
"resources": [
"public\/*.json",
"public\/*.png"
],
"matches": [
"*:\/\/*.freelancer.com\/*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhNuLG08KgRgxwPn0154A\/O6eV03Jcv3jvi5RCuTNNZDAww5LVlodULxaxoJB8qa0EBqpnozZHJTbHnv9NTaN8mGoNSjmS7GCejtx4nhkW9XT\/7W2YJbJcWOXLR6Gu09PANYGlkowYnvbujoWXT3Jq0IvcZZRcgsRYDgVDsEeewqFYA4rpwkO3ZMkpa1scUmpDujb2PDdtBV45JCBddJi9NTNki6GRBaKS22tMPvyjzIJDI3YH5Z76m19O\/JhErL2cO6V7Cksru5J88bhqAEGRdctvLSvUlZJzMRa8RDwUXzgfsEM\/9Z3evL33CDm4Pdie7H5C9iZ+oDDn0aWWOYjvwIDAQAB",
"oauth2": {
"client_id": "668183917517-o23qa61l3ooievsc736p8f5ucaf6od03.apps.googleusercontent.com",
"scopes": [
"email"
]
},
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}