booking.calm
Remove dark UX patterns from booking.com
What is booking.calm?
booking.calm is a Chrome extension developed by Mark Murray, and its main feature is "Remove dark UX patterns from booking.com".
Extension Screenshots
Download booking.calm Extension CRX File
Download booking.calm 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
Remove the stress from booking a hotel. This extension hides dark patterns on booking.com which create a feeling of urgency which encourage users to book now or miss out.
Extension Basic Information
Name | booking.calm |
ID | lihgcicimndjcfapacikhepdjichnepm |
Official URL | https://chromewebstore.google.com/detail/bookingcalm/lihgcicimndjcfapacikhepdjichnepm |
Description | Remove dark UX patterns from booking.com |
File Size | 157 KB |
Installation Count | 24 |
Current Version | 0.1.4 |
Last Updated | 2018-08-30 |
Publish Date | 2018-08-30 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Mark Murray |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "booking.calm", "short_name": "booking.calm", "version": "0.1.4", "manifest_version": 2, "description": "Remove dark UX patterns from booking.com", "content_scripts": [ { "matches": [ "https:\/\/*.booking.com\/*" ], "js": [ "scripts\/main.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/*.booking.com\/", "activeTab" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_title": "booking.calm", "default_icon": { "16": "images\/16.png" } } } |