CigarBid Free Fall Plugin

Monitors the lowest price seen for a given free fall auction.

CigarBid Free Fall Plugin क्या है?

CigarBid Free Fall Plugin https://www.cigarnubs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitors the lowest price seen for a given free fall auction."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CigarBid Free Fall Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin monitors a Free Fall Auction on Cigarbid.com and keeps track of the lowest price it has seen.  The lowest price information will last as long as the browser window is open and will reset if the auction is refreshed.

New in version 1.2.1:
Bug fixes

New in version 1.2:
Fixed notifications and made it harder for CigarBid to block this plugin from working in the future.

New in version 1.1.3:
- Bug fixes

New in version 1.1.2:
- Bug fixes

New in version 1.1.1:
- Bug fixes

New in version 1.1.0:
- Notifications.  Whenever a free fall auction price resets and a new low price has been reached, a notification will display alerting you to the auction and the new low price.
- Options page that allows you to toggle notifications on and set notification timeout.                    

एक्सटेंशन की मूल जानकारी

नाम CigarBid Free Fall Plugin CigarBid Free Fall Plugin
ID haggdgmfhabhnmfmcmodogfmehljdoco
आधिकारिक URL https://chromewebstore.google.com/detail/cigarbid-free-fall-plugin/haggdgmfhabhnmfmcmodogfmehljdoco
विवरण Monitors the lowest price seen for a given free fall auction.
फ़ाइल का आकार 52.33 KB
स्थापना संख्या 626
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2016-03-08
प्रकाशन तिथि 2016-03-08
रेटिंग 4.07/5 कुल 14 रेटिंग्स
डेवलपर https://www.cigarnubs.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CigarBid Free Fall Plugin",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "Monitors the lowest price seen for a given free fall auction.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs"
    ],
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.cigarbid.com\/*",
                "http:\/\/cigarbid.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/domChangePlugin.js",
                "js\/freeFall.js",
                "js\/options.js"
            ]
        }
    ]
}