LGBTQ Travel Warning

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

Apa itu LGBTQ Travel Warning?

LGBTQ Travel Warning adalah ekstensi Chrome yang dikembangkan oleh Jamie Dubs, dan fitur utamanya adalah "Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LGBTQ Travel Warning

Unduh file ekstensi LGBTQ Travel Warning dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama LGBTQ Travel Warning LGBTQ Travel Warning
ID dkokdepmbiegepmkmbhpcbkfnmpbhnam
URL Resmi https://chromewebstore.google.com/detail/lgbtq-travel-warning/dkokdepmbiegepmkmbhpcbkfnmpbhnam
Deskripsi Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida
Ukuran File 34.66 KB
Jumlah Instalasi 68
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-08-10
Tanggal Publikasi 2023-08-09
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Jamie Dubs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://lgbtqtravelalert.org/
URL Halaman Bantuan https://c4aa.org/contact
URL Halaman Kebijakan Privasi https://c4aa.org/privacy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}