LBC Checker - Alertes Leboncoin

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

Wat is LBC Checker - Alertes Leboncoin?

LBC Checker - Alertes Leboncoin is een Chrome-extensie ontwikkeld door Kyldo, en de belangrijkste functie is "Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LBC Checker - Alertes Leboncoin

Download LBC Checker - Alertes Leboncoin-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

                        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.                    

Basisinformatie over de Extensie

Naam LBC Checker - Alertes Leboncoin LBC Checker - Alertes Leboncoin
ID jlcghcjiphiekdnjfibellmlchiehnda
Officiële URL https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda
Beschrijving Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
Bestandsgrootte 649 KB
Aantal Installaties 22
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-10-20
Publicatiedatum 2019-10-20
Ontwikkelaar Kyldo
Betalingswijze free
Ondersteunde Talen 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"
    }
}