Letgo Price Viewer

Letgo fiyatlarını gösterir

Letgo Price Viewerとは何ですか?

Letgo Price ViewerはCem PEHLİVANによって開発されたChromeの拡張機能で、その主な機能は「Letgo fiyatlarını gösterir」です。

拡張機能のスクリーンショット

screenshot

Letgo Price Viewer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}