Amazon Giveaway Bot

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

Amazon Giveaway Bot là gì?

Amazon Giveaway Bot là một tiện ích mở rộng Chrome được phát triển bởi Ty Gooch, và tính năng chính của nó là "Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Giveaway Bot

Tải xuống các tệp mở rộng Amazon Giveaway Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Giveaway Bot Amazon Giveaway Bot
ID mjdecdljoiaomcpknmmheneblmdpngci
URL Chính Thức https://chrome.google.com/webstore/detail/amazon-giveaway-bot/mjdecdljoiaomcpknmmheneblmdpngci
Mô tả Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2019-10-02
Ngày Phát Hành 2019-09-29
Nhà Phát Triển Ty Gooch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}