LGBTQ Travel Warning

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

Vad är LGBTQ Travel Warning?

LGBTQ Travel Warning är en Chrome-tillägg utvecklad av Jamie Dubs, och dess huvudfunktion är "Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida".

Tilläggsskärmbilder

screenshot

Ladda ner LGBTQ Travel Warning-förlängningens CRX-fil

Ladda ner LGBTQ Travel Warning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn LGBTQ Travel Warning LGBTQ Travel Warning
ID dkokdepmbiegepmkmbhpcbkfnmpbhnam
Officiell webbadress https://chromewebstore.google.com/detail/lgbtq-travel-warning/dkokdepmbiegepmkmbhpcbkfnmpbhnam
Beskrivning Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida
Filstorlek 34.66 KB
Antal Installationer 68
Aktuell Version 1.0.1
Senast Uppdaterad 2023-08-10
Publiceringsdatum 2023-08-09
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Jamie Dubs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://lgbtqtravelalert.org/
Hjälpsida URL https://c4aa.org/contact
URL till Sekretesspolicy Sidan https://c4aa.org/privacy
Stödda Språk 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\/*"
            ]
        }
    ]
}