AnnotationsLeBonCoin

une extension pour masquer ou annoter des annonces sur LeBonCoin

Cos'è AnnotationsLeBonCoin?

AnnotationsLeBonCoin è un'estensione di Chrome sviluppata da https://asmidio.com, e la sua funzione principale è "une extension pour masquer ou annoter des annonces sur LeBonCoin".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AnnotationsLeBonCoin

Scarica i file di estensione AnnotationsLeBonCoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gagnez du temps lors de vos recherches sur LeBonCoin !
  - Masquez les annonces qui ne vous intéressent pas
  - Ajoutez vos propres notes directement sur l'annonce

Les données sont synchronisées automatiquement sur tous vos appareils                    

Informazioni di Base sull'Estensione

Nome AnnotationsLeBonCoin AnnotationsLeBonCoin
ID bnmdelchgomjpijchfoccgpgokjmhpdf
URL Ufficiale https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf
Descrizione une extension pour masquer ou annoter des annonces sur LeBonCoin
Dimensione del File 30.54 KB
Conteggio Installazioni 34
Versione Corrente 1.3
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2020-10-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://asmidio.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://asmidio.com/privacy-policy
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnotationsLeBonCoin",
    "version": "1.3",
    "description": "une extension pour masquer ou annoter des annonces sur LeBonCoin",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.leboncoin.fr\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "expert.min.js"
            ],
            "css": [
                "expert.css"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version2": "57.0"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/hide.png",
        "images\/note.png"
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    }
}