Letgo Price Viewer

Letgo fiyatlarını gösterir

Letgo Price Viewerคืออะไร?

Letgo Price Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cem PEHLİVAN และคุณลักษณะหลักของมันคือ "Letgo fiyatlarını gösterir"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letgo Price Viewer

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

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

                        Letgo ilanlar sayfasında fiyatların gösterilmesini sağlar                    

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

ชื่อ Letgo Price Viewer Letgo Price Viewer
ID kpecobdoakkebdcakcknlcabongkkpge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/letgo-price-viewer/kpecobdoakkebdcakcknlcabongkkpge
คำอธิบาย Letgo fiyatlarını gösterir
ขนาดไฟล์ 78.66 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-05-02
วันที่เผยแพร่ 2020-04-30
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cem PEHLİVAN
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letgo Price Viewer",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Letgo fiyatlar\u0131n\u0131 g\u00f6sterir",
    "icons": {
        "16": "icon\/16.png",
        "24": "icon\/24.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "180": "icon\/180.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.letgo.com\/*",
                "http:\/\/*.letgo.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "indir_style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.letgo.com\/*",
        "http:\/\/*.letgo.com\/*"
    ],
    "web_accessible_resources": [
        "jquery.js",
        "injected.js"
    ]
}