Amazon Giveaway Bot

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

Amazon Giveaway Botとは何ですか?

Amazon Giveaway BotはTy Goochによって開発されたChromeの拡張機能で、その主な機能は「Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.」です。

拡張機能のスクリーンショット

screenshot

Amazon Giveaway Bot拡張機能のCRXファイルをダウンロード

Amazon Giveaway Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Amazon Giveaway Bot Amazon Giveaway Bot
ID mjdecdljoiaomcpknmmheneblmdpngci
公式URL https://chrome.google.com/webstore/detail/amazon-giveaway-bot/mjdecdljoiaomcpknmmheneblmdpngci
説明 Automated Amazon Giveaway entries. Win free stuff with Amazon Giveaway Bot.
ファイルサイズ 163 KB
インストール数 32
現在のバージョン 4.0.0
最終更新日 2019-10-02
公開日 2019-09-29
開発者 Ty Gooch
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}