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
官方網址 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
}