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 هو إضافة Chrome تم تطويرها بواسطة Jamie Dubs، والميزة الرئيسية لها هي "Alerts you when booking travel to locations with dangerously backwards LGBTQ+ laws like Uzbekistan, Uganda, Russia, and Florida".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LGBTQ Travel Warning

قم بتنزيل ملفات الامتداد LGBTQ Travel Warning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة https://c4aa.org/contact
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}