CigarBid Free Fall Plugin
Monitors the lowest price seen for a given free fall auction.
CigarBid Free Fall Plugin là gì?
CigarBid Free Fall Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.cigarnubs.com, và tính năng chính của nó là "Monitors the lowest price seen for a given free fall auction.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CigarBid Free Fall Plugin
Tải xuống các tệp mở rộng CigarBid Free Fall Plugin 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CigarBid Free Fall Plugin |
ID | haggdgmfhabhnmfmcmodogfmehljdoco |
URL Chính Thức | https://chromewebstore.google.com/detail/cigarbid-free-fall-plugin/haggdgmfhabhnmfmcmodogfmehljdoco |
Mô tả | Monitors the lowest price seen for a given free fall auction. |
Kích Thước Tệp | 52.33 KB |
Số Lần Cài Đặt | 626 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2016-03-08 |
Ngày Phát Hành | 2016-03-08 |
Đánh Giá | 4.07/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://www.cigarnubs.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |