LGBTQ Travel Warning

Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida

Wat is LGBTQ Travel Warning?

LGBTQ Travel Warning is een Chrome-extensie ontwikkeld door Jamie Dubs, en de belangrijkste functie is "Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LGBTQ Travel Warning

Download LGBTQ Travel Warning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam LGBTQ Travel Warning LGBTQ Travel Warning
ID dkokdepmbiegepmkmbhpcbkfnmpbhnam
Officiële URL https://chromewebstore.google.com/detail/lgbtq-travel-warning/dkokdepmbiegepmkmbhpcbkfnmpbhnam
Beschrijving Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida
Bestandsgrootte 34.66 KB
Aantal Installaties 68
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-10
Publicatiedatum 2023-08-09
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Jamie Dubs
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://lgbtqtravelalert.org/
Help Pagina-URL https://c4aa.org/contact
URL van de Privacybeleid Pagina https://c4aa.org/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}