Letgo Price Viewer

Letgo fiyatlarını gösterir

What is Letgo Price Viewer?

Letgo Price Viewer is a Chrome extension developed by Cem PEHLİVAN, and its main feature is "Letgo fiyatlarını gösterir".

Extension Screenshots

screenshot

Download Letgo Price Viewer Extension CRX File

Download Letgo Price Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Letgo Price Viewer Letgo Price Viewer
ID kpecobdoakkebdcakcknlcabongkkpge
Official URL https://chrome.google.com/webstore/detail/letgo-price-viewer/kpecobdoakkebdcakcknlcabongkkpge
Description Letgo fiyatlarını gösterir
File Size 78.66 KB
Installation Count 350
Current Version 1.2
Last Updated 2020-05-02
Publish Date 2020-04-30
Rating 3.67/5 Total 3 Ratings
Developer Cem PEHLİVAN
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}