Letgo Price Viewer
Letgo fiyatlarını gösterir
Wat is Letgo Price Viewer?
Letgo Price Viewer is een Chrome-extensie ontwikkeld door Cem PEHLİVAN, en de belangrijkste functie is "Letgo fiyatlarını gösterir".
Extensie Screenshots
Download het CRX-bestand van de extensie Letgo Price Viewer
Download Letgo Price Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Letgo ilanlar sayfasında fiyatların gösterilmesini sağlar
Basisinformatie over de Extensie
Naam | |
ID | kpecobdoakkebdcakcknlcabongkkpge |
Officiële URL | https://chrome.google.com/webstore/detail/letgo-price-viewer/kpecobdoakkebdcakcknlcabongkkpge |
Beschrijving | Letgo fiyatlarını gösterir |
Bestandsgrootte | 78.66 KB |
Aantal Installaties | 350 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-05-02 |
Publicatiedatum | 2020-04-30 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Cem PEHLİVAN |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |