Crypto Sniffer

Stay on top of prices

Crypto Snifferคืออะไร?

Crypto Sniffer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thingsborn และคุณลักษณะหลักของมันคือ "Stay on top of prices"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Sniffer

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

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

                        [BETA 3]

It shows the Bitcoin price provided by Binance every 15 minutes, it is also possible to add price trackers and you will be notified as soon as the price complies with a current rule.

Google Chrome recently changed the default operation of notifications, to make sure you receive all notifications, visit the link below containing more information: https://stackoverflow.com/a/62501966/15368904                    

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

ชื่อ Crypto Sniffer Crypto Sniffer
ID dpbapgldklkefdfeflhgbmpijkgjbbei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei
คำอธิบาย Stay on top of prices
ขนาดไฟล์ 625 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2021-04-14
วันที่เผยแพร่ 2021-03-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา thingsborn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Sniffer",
    "version": "2.1.0",
    "description": "Stay on top of prices",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-48x48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}