Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 26, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Vehicle Lister", "description": "Posting vehicles on Facebook Marketplace has never been so easy!", "version": "1.12", "manifest_version": 3, "host_permissions": [ "https:\/\/sag.gemquery.com\/*", "https:\/\/www.mckinnontoyota.com\/*", "*:\/\/*.facebook.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "<all_urls>" ], "js": [ "content-script.js" ] } ] }