FreeBID

Freelancer ChatGPT bid bot.

Cos'è FreeBID?

FreeBID è un'estensione di Chrome sviluppata da erosarrowkien, e la sua funzione principale è "Freelancer ChatGPT bid bot.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FreeBID

Scarica i file di estensione FreeBID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FreeBID FreeBID
ID njfcphkbenonfofjpcgofligdobdchgl
URL Ufficiale https://chromewebstore.google.com/detail/freebid/njfcphkbenonfofjpcgofligdobdchgl
Descrizione Freelancer ChatGPT bid bot.
Dimensione del File 885 KB
Conteggio Installazioni 38
Versione Corrente 0.5.1
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2023-10-26
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore erosarrowkien
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freebid.autos
URL della Pagina di Aiuto https://www.freebid.autos/
URL della Pagina della Politica sulla Privacy https://www.freebid.autos/terms
Lingue Supportate 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
}