Flying dachshunds

This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.

Flying dachshundsคืออะไร?

Flying dachshunds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wai-chuen และคุณลักษณะหลักของมันคือ "This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds."

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

screenshot
screenshot

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

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

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

                        All image copyright belongs to original owners.                    

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

ชื่อ Flying dachshunds Flying dachshunds
ID gjmebpjdapkkekibgjdelbpocfjffijh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flying-dachshunds/gjmebpjdapkkekibgjdelbpocfjffijh
คำอธิบาย This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.
ขนาดไฟล์ 1.75 MB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-10-21
วันที่เผยแพร่ 2017-10-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Wai-chuen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flying dachshunds",
    "description": "This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.",
    "version": "0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.flightradar24.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flightradar24.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "images\/*.png"
    ]
}