Airbnb Review Summarizer
Summarize Airbnb reviews to be useful
What is Airbnb Review Summarizer?
Airbnb Review Summarizer is a Chrome extension developed by radicalblind, and its main feature is "Summarize Airbnb reviews to be useful".
Extension Screenshots
Download Airbnb Review Summarizer Extension CRX File
Download Airbnb Review Summarizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Renters don't always have time to go through all the listing reviews to decide if the listing is a right fit. This extension helps renters quickly summarize the reviews to be relevant to our preferences.
Extension Basic Information
Name | Airbnb Review Summarizer |
ID | gglfjedidmkhekcniiggodppplefhcbn |
Official URL | https://chromewebstore.google.com/detail/airbnb-review-summarizer/gglfjedidmkhekcniiggodppplefhcbn |
Description | Summarize Airbnb reviews to be useful |
File Size | 93.95 KB |
Installation Count | 53 |
Current Version | 0.0.3 |
Last Updated | 2023-06-06 |
Publish Date | 2023-05-31 |
Developer | radicalblind |
[email protected] | |
Payment Type | free |
Extension Website | https://airbnbreviewsummarizer.vercel.app/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Airbnb Review Summarizer", "version": "0.0.3", "description": "Summarize Airbnb reviews to be useful", "action": { "default_icon": ".\/assets\/airbnb_openai.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/airbnb_openai.png", "48": ".\/assets\/airbnb_openai.png", "128": ".\/assets\/airbnb_openai.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/airbnb.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/airbnb.com\/*\/reviews*", "https:\/\/*.airbnb.com\/*\/reviews*" ], "js": [ "dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ " |