DogeCoin Tracker 2021 - To the Moon

DogeCoin Price Tracker in Real Time

DogeCoin Tracker 2021 - To the Moonคืออะไร?

DogeCoin Tracker 2021 - To the Moon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AnimeDB และคุณลักษณะหลักของมันคือ "DogeCoin Price Tracker in Real Time"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DogeCoin Tracker 2021 - To the Moon

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

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

                        SO MUCH WOW #TOTHEMOON

This chrome extension was built to easily allow you to monitor cryptocurrency coin and asset prices without leaving your current browser webpage.                    

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

ชื่อ DogeCoin Tracker 2021 - To the Moon DogeCoin Tracker 2021 - To the Moon
ID bjcceahaghmiiidcelhfgkmenojbnpdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dogecoin-tracker-2021-to/bjcceahaghmiiidcelhfgkmenojbnpdd
คำอธิบาย DogeCoin Price Tracker in Real Time
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2022-10-02
วันที่เผยแพร่ 2021-02-27
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา AnimeDB
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://animedb.org/privacidad
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DogeCoin Tracker 2021 - To the Moon",
    "version": "1.3.5",
    "manifest_version": 2,
    "offline_enabled": false,
    "description": "DogeCoin Price Tracker in Real Time",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "contenido\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "DogeCoin Tracker",
        "default_icon": "icons\/icon48.png",
        "default_popup": "contenido\/conectarse.html"
    },
    "web_accessible_resources": [
        "contenido\/*"
    ]
}