VakantieVeilingen Auto Bidder

Automatically bid at VakantieVeilingen auctions!

Τι είναι το VakantieVeilingen Auto Bidder;

Το VakantieVeilingen Auto Bidder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Max Liebe, και η κύρια λειτουργία του είναι "Automatically bid at VakantieVeilingen auctions!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VakantieVeilingen Auto Bidder

Λήψη αρχείων επέκτασης VakantieVeilingen Auto Bidder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        (EN)
This bot will automatically bid a user defined amount on a VakantieVeilingen.nl auction, and retry automatically if the auction is not won with this amount. It will stop bidding after it has won an auction.

WARNING: Only activate the bot once you're at the auction you want to win, otherwise it could bid at an auction you don't want to win.

NOTE: This bot only works on VakantieVeilingen.nl and not on any of Emesa Nederland BV's sub-sites or daughter domains (e.g. slajeslag.nl, vakantieveilingen.be etc.).

I am not responsible for any money spent/lost by winning auctions.
I am not affiliated with VakantieVeilingen.nl or Emesa Nederland BV.

(NL)
Deze bot zal uit zichzelf een vooraangegeven bedrag op een VakantieVeilingen.nl veiling gaan bieden totdat hij deze wint. Als de veiling niet gewonnen is zal hij het automatisch opnieuw proberen. Mocht de bot een veiling winnen, dan stopt hij met bieden op verdere veilingen.

WAARSCHUWING: Activeer deze bot pas wanneer u op de pagina bent van de veiling die u wilt winnen, anders kan hij gaan bieden op een veiling die je niet wilt winnen.

NOTITIE: Deze bot zal alleen werken op VakantieVeilingen.nl en niet op een van Emesa Nederland BV's alternatieve websites of domeinen (bijv. slajeslag.nl, vakantieveilingen.be etc.).

Ik ben niet verantwoordelijk voor ongewenste uitgaven door gewonnen veilingen.
Ik ben niet aangesloten bij VakantieVeilingen.nl of Emesa Nederland BV.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VakantieVeilingen Auto Bidder VakantieVeilingen Auto Bidder
ID jkhiigppcljobcoedplaobpbdmhldgia
Επίσημο URL https://chromewebstore.google.com/detail/vakantieveilingen-auto-bi/jkhiigppcljobcoedplaobpbdmhldgia
Περιγραφή Automatically bid at VakantieVeilingen auctions!
Μέγεθος Αρχείου 32.09 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2021-06-28
Ημερομηνία Δημοσίευσης 2021-06-28
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Max Liebe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VakantieVeilingen Auto Bidder",
    "version": "0.1",
    "description": "Automatically bid at VakantieVeilingen auctions!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vakantieveilingen.nl\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bot.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}