Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "T\u00e9l\u00e9charger photos annonce Leboncoin", "description": "T\u00e9l\u00e9charger facilement les photos d'une annonce Leboncoin", "version": "1.0.0", "author": "@shevabam", "homepage_url": "https:\/\/github.com\/shevabam\/extension-leboncoin-telecharger-photos", "permissions": [ "scripting", "activeTab", "notifications", "downloads" ], "host_permissions": [ "http:\/\/leboncoin.fr\/*", "https:\/\/leboncoin.fr\/*" ], "action": { "default_icon": "img\/icon_default.png", "default_popup": "popup.html", "default_title": "T\u00e9l\u00e9charger les photos de l'annonce Leboncoin" }, "background": { "service_worker": "js\/background.js" }, "icons": { "128": "img\/icon_128.png" } }