LBC Checker - Alertes Leboncoin

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

LBC Checker - Alertes Leboncoin là gì?

LBC Checker - Alertes Leboncoin là một tiện ích mở rộng Chrome được phát triển bởi Kyldo, và tính năng chính của nó là "Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LBC Checker - Alertes Leboncoin

Tải xuống các tệp mở rộng LBC Checker - Alertes Leboncoin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LBC Checker - Alertes Leboncoin LBC Checker - Alertes Leboncoin
ID jlcghcjiphiekdnjfibellmlchiehnda
URL Chính Thức https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda
Mô tả Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-10-20
Ngày Phát Hành 2019-10-20
Nhà Phát Triển Kyldo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}