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 20, 2025.
{ "name": "KBB Car Value for Craigslist", "short_name": "KBB for Craigslist", "description": "Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com", "version": "0.6.8", "manifest_version": 3, "author": "Tom Zenho", "action": { "default_icon": { "16": "assets\/icons\/car$value_16.png", "32": "assets\/icons\/car$value_32.png", "48": "assets\/icons\/car$value_48.png", "64": "assets\/icons\/car$value_64.png", "128": "assets\/icons\/car$value_128.png" }, "default_popup": "popup.html", "default_title": "KBB for Craigslist" }, "icons": { "16": "assets\/icons\/car$value_16.png", "32": "assets\/icons\/car$value_32.png", "48": "assets\/icons\/car$value_48.png", "64": "assets\/icons\/car$value_64.png", "128": "assets\/icons\/car$value_128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/upa.syndication.kbb.com\/*", "*:\/\/*.kbb.com\/*" ], "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "all_frames": true, "css": [ "assets\/css\/bootstrap-small.css", "assets\/css\/content.css" ], "js": [ "assets\/js\/external\/jquery-3.6.4.min.js", "config.js", "assets\/data\/cars-worst-car-to-avoid.js", "assets\/data\/cars-blocked-by-insurance.js", "assets\/js\/utils.js", "assets\/js\/content_script.js" ], "matches": [ "*:\/\/*.craigslist.org\/ct*\/*.html", "*:\/\/*.craigslist.org\/*\/ct*\/*.html", "*:\/\/*.craigslist.ca\/ct*\/*.html", "*:\/\/*.craigslist.com\/ct*\/*.html" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "cross_origin_embedder_policy": { "value": "require-corp" }, "cross_origin_opener_policy": { "value": "same-origin" }, "incognito": "not_allowed", "offline_enabled": false, "web_accessible_resources": [ { "resources": [ "assets\/icons\/*", "assets\/css\/*", "assets\/data\/*", "config.js", "assets\/js\/*.js", "pages\/*.html", "https:\/\/upa.syndication.kbb.com\/*" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }