LBC Checker - Alertes Leboncoin

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

Co to jest LBC Checker - Alertes Leboncoin?

LBC Checker - Alertes Leboncoin to rozszerzenie Chrome opracowane przez Kyldo, a jego główną funkcją jest „Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LBC Checker - Alertes Leboncoin

Pobierz pliki rozszerzeń LBC Checker - Alertes Leboncoin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LBC Checker - Alertes Leboncoin LBC Checker - Alertes Leboncoin
ID jlcghcjiphiekdnjfibellmlchiehnda
Oficjalny URL https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda
Opis Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
Rozmiar pliku 649 KB
Liczba instalacji 22
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-10-20
Data Publikacji 2019-10-20
Deweloper Kyldo
Typ Płatności free
Obsługiwane Języki 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"
    }
}