LGBTQ Travel Warning
Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida
什么是LGBTQ Travel Warning?
LGBTQ Travel Warning是由Jamie Dubs开发的Chrome扩展程序,该扩展的主要功能是“Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida”。
扩展截图
下载LGBTQ Travel Warning扩展crx文件
下载LGBTQ Travel Warning扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you plan travel using websites like Booking.com, Kayak, Google Flights, Airbnb, and VRBO? This extension will proactively inform you if any of your potential destinations are unsafe. Do not travel to, or spend money in, these regions. Instead, choose somewhere fabulous. Extension code is 100% open-source, tracking-free, and freely licensed: https://github.com/thec4aa/lgbtq-travel-warning Learn more on our website: https://lgbtqtravelalert.org/
扩展基本信息
名称 | LGBTQ Travel Warning |
ID | dkokdepmbiegepmkmbhpcbkfnmpbhnam |
官方URL | https://chromewebstore.google.com/detail/lgbtq-travel-warning/dkokdepmbiegepmkmbhpcbkfnmpbhnam |
简介 | Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida |
文件大小 | 34.66 KB |
安装次数 | 68 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-10 |
上架时间 | 2023-08-09 |
评分 | 5.00/5 共9次评分 |
开发者 | Jamie Dubs |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://lgbtqtravelalert.org/ |
帮助页面URL | https://c4aa.org/contact |
隐私政策页面URL | https://c4aa.org/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LGBTQ Travel Warning", "version": "1.0.1", "description": "Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.booking.com\/*", "https:\/\/*.kayak.com\/*", "https:\/\/*.kayak.fr\/*", "https:\/\/www.google.com\/travel\/*", "https:\/\/*.airbnb.com\/*", "https:\/\/*.vrbo.com\/", "https:\/\/*.priceline.com\/*" ] } ] } |