Thunder

Never miss a Lightning Deal again. Adds future prices to upcoming deals along with the number of items available in the deal.

Τι είναι το Thunder;

Το Thunder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wild Lion Software LLC, και η κύρια λειτουργία του είναι "Never miss a Lightning Deal again. Adds future prices to upcoming deals along with the number of items available in the deal.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        • Shows prices for upcoming items
• Displays the number of items left in the deal
• Displays your position on a deals wait-list

Thunder's advanced algorithms enable it to predict the sale price for the majority of the upcoming deals. Thunder replaces the regular "Upcoming Deal" text with the predicted price of the item. If the price is red then Thunder was able to predict the price. If the price is black then Thunder hasn't been able to predict the price yet so it overlays the current price. Thunder's algorithms can usually predict the price of all upcoming items 5 minutes before the deal goes live. This allows you to get an advance look at the price.

When you click on the Thunder icon a pop-up window will show the upcoming deals. Thunder also helps you out with live Lightning deals. It will display the stock remaining on each live deal and if you are on the wait-list for a deal it will display your position on the wait-list.

Privacy Information: No information is sent back or stored on our servers. The settings for this extension are synced with your Google account. Thunder does not run on HTTPS pages to ensure your privacy during checkout or other sensitive tasks. Affiliate marketing is used on Amazon to help support development of this extension.                    

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

Όνομα Thunder Thunder
ID klbpcgofgflolmhbemdfoopjaijbjpob
Επίσημο URL https://chromewebstore.google.com/detail/thunder/klbpcgofgflolmhbemdfoopjaijbjpob
Περιγραφή Never miss a Lightning Deal again. Adds future prices to upcoming deals along with the number of items available in the deal.
Μέγεθος Αρχείου 281 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2014-09-11
Ημερομηνία Δημοσίευσης 2014-09-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Wild Lion Software LLC
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://www.wildlionsoftware.com/Contact.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "28.0.0.0",
    "name": "Thunder",
    "description": "Never miss a Lightning Deal again. Adds future prices to upcoming deals along with the number of items available in the deal.",
    "version": "1.1.0",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "alarms",
        "http:\/\/www.amazon.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Thunder"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "lib\/jquery-2.0.3.min.map",
                "lib\/underscore-min.js",
                "lib\/underscore-min.map",
                "lib\/jquery.plugin.min.js",
                "lib\/jquery.countdown.min.js",
                "myscript.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/gp\/goldbox*"
            ]
        }
    ],
    "web_accessible_resources": [
        "AmzHelper.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';connect-src *"
}