Amazon Giveaway Bot

Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.

Wat is Amazon Giveaway Bot?

Amazon Giveaway Bot is een Chrome-extensie ontwikkeld door Ty Gooch, en de belangrijkste functie is "Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Giveaway Bot

Download Amazon Giveaway Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Features include CAPTCHA solving, customizable filters, real-time notifications, and support for multiple accounts. Bypasses client side validation to enter giveaways without fulfilling time intensive entry requirements.                    

Basisinformatie over de Extensie

Naam Amazon Giveaway Bot Amazon Giveaway Bot
ID mjdecdljoiaomcpknmmheneblmdpngci
Officiële URL https://chrome.google.com/webstore/detail/amazon-giveaway-bot/mjdecdljoiaomcpknmmheneblmdpngci
Beschrijving Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.
Bestandsgrootte 163 KB
Aantal Installaties 32
Huidige Versie 4.0.0
Laatst Bijgewerkt 2019-10-02
Publicatiedatum 2019-09-29
Ontwikkelaar Ty Gooch
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Giveaway Bot",
    "version": "4.0.0",
    "description": "Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.",
    "icons": {
        "16": "\/images\/[email protected]",
        "32": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    },
    "author": "Ty Gooch ",
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "https:\/\/www.amazon.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/giveaway\/"
            ],
            "js": [
                "amazonGiveawayBot.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "importStorage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "amazonGiveawayBot.js"
    ]
}