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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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/
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\/*"
            ]
        }
    ]
}