Whiskey Militia Countdown Timer

Whiskey Militia sells skateboarding gear one screamin'(50-80% off) deal at a time until time runs out. (whiskeymilitia.com)

Whiskey Militia Countdown Timerคืออะไร?

Whiskey Militia Countdown Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sacalerts.com และคุณลักษณะหลักของมันคือ "Whiskey Militia sells skateboarding gear one screamin'(50-80% off) deal at a time until time runs out. (whiskeymilitia.com)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whiskey Militia Countdown Timer

ดาวน์โหลดไฟล์ส่วนขยาย Whiskey Militia Countdown Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension key features:
-Clean interface
-Desktop notification
-Sound alert
-Fast checkout
-Time remaining badge text

A covert ops Chrome extension for those who must keep a vigilant eye on the latest ODAT (One-Deal-At-a-Time) deals. This extension monitors whiskeymilitia.com and displays the time remaining for the current deal. You also have the option of receiving a desktop notification along with a customizable sound alert when a new deal is listed. For snagging fast selling items, the extension allows you to automate the website's checkout process.

Version 1.6.1
-Enables one-click checkout to speed up the checkout process
-more information here: http://www.youtube.com/watch?v=hz1X2vF7luI

Version 1.5.2
-Option to play a sound when a new deal is listed
-Performance improvements

Version 1.4.6
-Updated popups to use Chrome Desktop Notifications. This removes the need for the extension to access all browsing data and history. It now only needs access to www.whiskeymilitia.com.
-Popups are now disabled by default. Enable them in the extensions options.

Version 1.4.1
-The extension now includes a popup bubble that appears in the bottom right hand corner of the website you are browsing whenever the item changes.
-Link to Whiskey Militia history to view past items offered on the site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whiskey Militia Countdown Timer Whiskey Militia Countdown Timer
ID pemfnmdbgcehmkfbgpcimghoopojjchp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whiskey-militia-countdown/pemfnmdbgcehmkfbgpcimghoopojjchp
คำอธิบาย Whiskey Militia sells skateboarding gear one screamin'(50-80% off) deal at a time until time runs out. (whiskeymilitia.com)
ขนาดไฟล์ 73.17 KB
จำนวนการติดตั้ง 1,095
เวอร์ชันปัจจุบัน 4.5.0
อัปเดตครั้งล่าสุด 2020-11-21
วันที่เผยแพร่ 2018-08-08
คะแนน 4.72/5 รวมทั้งหมด 203 คะแนน
ผู้พัฒนา https://www.sacalerts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sacalerts.com
URL หน้าช่วยเหลือ http://www.sacalerts.com/bugs.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whiskey Militia Countdown Timer",
    "description": "Whiskey Militia sells skateboarding gear one screamin'(50-80% off) deal at a time until time runs out. (whiskeymilitia.com)",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "4.5.0",
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon76.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "*:\/\/www.steepandcheap.com\/",
        "*:\/\/www.backcountry.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.steepandcheap.com\/steepcheap\/cart\/add.html"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}