Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BNB Toolbox Scraper for Airbnb", "description": "Extract & export Airbnb rental listings data with no code to a formatted CSV or Google Sheet.", "version": "3.2.13", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArfV63GVzn9IZu4Vl2yPTR+NPF6c++QzhXmbBiIa0ygX7Fq7xAPRg99qgt6KZmvoWpjGqA\/\/AvPp2j1brM6s18Xu4CGWDLvz0x\/dLjxVIYLO5vtOF4ivOFP7cFbw5+iTLEoF8uOLpOEQP\/ECxrnauq\/j2Uhwcu4OW5uYPiYMwPmLfJK64cuuPxwuVbr9ujpWHtrdVGLxv+ahtt69rgMbVB9V6Let\/kkn0dHpx0U3BNtW99V+oo71wmwYRajsESFlUiQgHoeROrsrx\/feZoGkAhS7JyczvGd6F7XJtWelWlSolzhF2y07JtJv2cMgvN7oPxxCmF4iSvx3pHzV+4TepcwIDAQAB", "action": { "default_title": "Open" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "zicon_16.png", "48": "zicon_48.png", "128": "zicon_128.png" }, "optional_host_permissions": [ "https:\/\/*.airbnb.com\/*", "https:\/\/*.airbnb.co.uk\/*", "https:\/\/*.airbnb.ca\/*", "https:\/\/*.airbnb.com.au\/*", "https:\/\/*.airbnb.ie\/*", "https:\/\/*.airbnb.co.nz\/*", "https:\/\/*.airbnb.co.za\/*", "https:\/\/*.airbnb.fr\/*", "https:\/\/*.airbnb.de\/*", "https:\/\/*.airbnb.es\/*", "https:\/\/*.airbnb.it\/*", "https:\/\/*.airbnb.pt\/*", "https:\/\/*.airbnb.nl\/*", "https:\/\/*.airbnb.be\/*", "https:\/\/*.airbnb.ch\/*", "https:\/\/*.airbnb.at\/*", "https:\/\/*.airbnb.gr\/*", "https:\/\/*.airbnb.pl\/*", "https:\/\/*.airbnb.se\/*", "https:\/\/*.airbnb.dk\/*", "https:\/\/*.airbnb.no\/*", "https:\/\/*.airbnb.fi\/*", "https:\/\/*.airbnb.jp\/*", "https:\/\/*.airbnb.co.kr\/*", "https:\/\/*.airbnb.com.hk\/*", "https:\/\/*.airbnb.com.sg\/*", "https:\/\/*.airbnb.com.my\/*", "https:\/\/*.airbnb.co.th\/*", "https:\/\/*.airbnb.com.tw\/*", "https:\/\/*.airbnb.co.in\/*", "https:\/\/*.airbnb.com.br\/*", "https:\/\/*.airbnb.mx\/*", "https:\/\/*.airbnb.com.ar\/*", "https:\/\/*.airbnb.cl\/*", "https:\/\/*.airbnb.co\/*", "https:\/\/*.airbnb.com.co\/*", "https:\/\/*.airbnb.cr\/*", "https:\/\/*.airbnb.com.pe\/*" ], "permissions": [ "scripting", "storage", "identity", "identity.email", "activeTab", "sidePanel", "tabs" ], "side_panel": { "default_path": "index.html" }, "oauth2": { "client_id": "15276640083-omm955ji5sgmb04t3tci87vamdok91kb.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] } }