Letgo Price Viewer

Letgo fiyatlarını gösterir

Letgo Price Viewer là gì?

Letgo Price Viewer là một tiện ích mở rộng Chrome được phát triển bởi Cem PEHLİVAN, và tính năng chính của nó là "Letgo fiyatlarını gösterir".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Letgo Price Viewer

Tải xuống các tệp mở rộng Letgo Price Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Letgo Price Viewer Letgo Price Viewer
ID kpecobdoakkebdcakcknlcabongkkpge
URL Chính Thức https://chrome.google.com/webstore/detail/letgo-price-viewer/kpecobdoakkebdcakcknlcabongkkpge
Mô tả Letgo fiyatlarını gösterir
Kích Thước Tệp 78.66 KB
Số Lần Cài Đặt 350
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-05-02
Ngày Phát Hành 2020-04-30
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Cem PEHLİVAN
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}