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 |
Eメール | [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\/*" ] } ] } |