LBC Checker - Alertes Leboncoin

Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…

Was ist LBC Checker - Alertes Leboncoin?

LBC Checker - Alertes Leboncoin ist eine Chrome-Erweiterung, die von Kyldo entwickelt wurde, und ihr Hauptmerkmal ist "Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…".

Erweiterungsscreenshots

screenshot

LBC Checker - Alertes Leboncoin-Erweiterungs-CRX-Datei herunterladen

Laden Sie LBC Checker - Alertes Leboncoin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. 

Créez votre alerte, sauvegardez là et soyez LES PREMIERS NOTIFIÉS dès la mise en ligne d'une nouvelle annonce.                    

Grundlegende Informationen zur Erweiterung

Name LBC Checker - Alertes Leboncoin LBC Checker - Alertes Leboncoin
ID jlcghcjiphiekdnjfibellmlchiehnda
Offizielle URL https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda
Beschreibung Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
Dateigröße 649 KB
Installationsanzahl 22
Aktuelle Version 1.0.1
Letztes Update 2019-10-20
Veröffentlichungsdatum 2019-10-20
Entwickler Kyldo
Zahlungsart free
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "LBC Checker",
    "name": "LBC Checker - Alertes Leboncoin ",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.leboncoin.fr\/",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "alarms",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.leboncoin.fr\/recherche\/*",
                "https:\/\/www.leboncoin.fr\/annonces\/offres\/"
            ],
            "js": [
                "\/tuto\/tuto.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/tuto\/*",
        "\/images\/*"
    ],
    "browser_action": {
        "default_title": "Notilyo Mail",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/octopus.png",
            "32": "images\/octopus.png",
            "48": "images\/octopus.png",
            "128": "images\/octopus.png"
        }
    },
    "icons": {
        "16": "images\/octopus.png",
        "32": "images\/octopus.png",
        "48": "images\/octopus.png",
        "128": "images\/octopus.png"
    }
}