FreeBID

Freelancer ChatGPT bid bot.

什么是FreeBID?

FreeBID是由erosarrowkien开发的Chrome扩展程序,该扩展的主要功能是“Freelancer ChatGPT bid bot.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FreeBID扩展crx文件

下载FreeBID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Freelancer ChatGPT bid bot platform that makes you be the top freelancer by bidding automatically with ChatGPT for projects based on keywords in project title, skills, description and filter by currency, country, budget, types etc by using freebid chrome extension in Freelancer.com and Upwork.com                    

扩展基本信息

名称 FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
官方URL https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
简介 Freelancer ChatGPT bid bot.
文件大小 885 KB
安装次数 38
当前版本 0.5.1
更新时间 2023-11-21
上架时间 2023-10-26
评分 1.00/5 共1次评分
开发者 erosarrowkien
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.freebid.autos
帮助页面URL https://www.freebid.autos/
隐私政策页面URL https://www.freebid.autos/terms
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeBID",
    "version": "0.5.1",
    "description": "Freelancer ChatGPT bid bot.",
    "author": "freebid",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "192": "img\/android-chrome-192x192.png",
            "512": "img\/android-chrome-512x512.png"
        }
    },
    "options_page": "index.html",
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "192": "img\/android-chrome-192x192.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/background.js",
                "js\/hook.js",
                "styles\/style.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/hook.css"
            ],
            "matches": [
                "https:\/\/www.freelancer.com\/*",
                "https:\/\/www.upwork.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 3
}