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
官方網址 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"
    ]
}