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
电子邮箱 [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"
    ]
}