SameTix | Find Cheap Event Tickets

Find cheaper tickets for concerts, sports events, comedy, theater and more.

ما هو SameTix | Find Cheap Event Tickets؟

SameTix | Find Cheap Event Tickets هو إضافة Chrome تم تطويرها بواسطة https://sametix.com، والميزة الرئيسية لها هي "Find cheaper tickets for concerts, sports events, comedy, theater and more.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SameTix | Find Cheap Event Tickets

قم بتنزيل ملفات الامتداد SameTix | Find Cheap Event Tickets بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        🔎 Secure the Best Prices for Every Event with SameTix
SameTix provides the ultimate tool to find the best-priced event tickets for concerts, games, comedy, theater shows, and much more in your chosen seats! 🎭🎟️⚽

🏷️ Unbeatable Price Comparison 
SameTix is your ticket to the best prices for every event. Our smart tool sifts through various sellers, securing you the best deal on your chosen event tickets. Don't settle for less when great savings are just a click away! 💸

💡 Total Pricing Transparency 
SameTix eliminates surprise fees. We present the total cost per seat, including all charges and fees. Enjoy your events with the confidence that you're getting fair and clear pricing.

🚀 Never Miss a "Sold Out" Show 
Don't let a "Sold Out" notification stop you. SameTix scans multiple sources to find available tickets elsewhere, ensuring you make it to your desired events. 🎭🎉

🔔 Real-Time Alerts for Best Deals 
Stay one step ahead with SameTix. When you start searching for event tickets, our real-time alerts inform you if there’s a better deal for your preferred seats, allowing you to make the most informed decisions with a lot less work. 🚨📲


Join the smart community of event-goers who rely on SameTix for transparent, cheaper, and time-saving ticket purchasing. With SameTix, you'll always get the best price for every event!                    

معلومات أساسية عن التمديد

الاسم SameTix | Find Cheap Event Tickets SameTix | Find Cheap Event Tickets
ID ofibeonkldfeofbkkjlkemehbkbkemda
عنوان URL الرسمي https://chromewebstore.google.com/detail/sametix-find-cheap-event/ofibeonkldfeofbkkjlkemehbkbkemda
الوصف Find cheaper tickets for concerts, sports events, comedy, theater and more.
حجم الملف 31.64 KB
عدد التثبيتات 1,009
النسخة الحالية 0.6.1
آخر تحديث 2024-03-02
تاريخ النشر 2023-06-26
تقييم 5.00/5 مجموع تقييمات 11
المطور https://sametix.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.sametix.com
عنوان صفحة سياسة الخصوصية https://sametix.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SameTix | Find Cheap Event Tickets",
    "version": "0.6.1",
    "manifest_version": 3,
    "description": "Find cheaper tickets for concerts, sports events, comedy, theater and more.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "SameTix - There\u2019s a better price for this show!"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.ticketmaster.com\/*",
        "*:\/\/*.ticketmaster.ca\/*",
        "*:\/\/*.livenation.com\/*",
        "*:\/\/*.livenation.ca\/*",
        "*:\/\/*.stubhub.com\/*",
        "*:\/\/*.tickpick.com\/*",
        "*:\/\/*.sametix.com\/*",
        "*:\/\/*.vividseats.com\/*",
        "*:\/\/*.seatgeek.com\/*",
        "*:\/\/*.gametime.co\/*",
        "*:\/\/*.amplitude.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/inject\/xhr.js",
                "\/src\/inject\/css\/sametix.css",
                "\/src\/inject\/img\/*.svg",
                "\/icons\/*.png"
            ],
            "matches": [
                "*:\/\/*.ticketmaster.com\/*",
                "*:\/\/*.ticketmaster.ca\/*",
                "*:\/\/*.livenation.com\/*",
                "*:\/\/*.livenation.ca\/*",
                "*:\/\/*.stubhub.com\/*",
                "*:\/\/*.tickpick.com\/*",
                "*:\/\/*.vividseats.com\/*",
                "*:\/\/*.seatgeek.com\/*",
                "*:\/\/*.gametime.co\/*",
                "*:\/\/*.tickpick.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.livenation.com\/*",
                "*:\/\/*.livenation.ca\/*",
                "*:\/\/*.ticketmaster.com\/*",
                "*:\/\/*.ticketmaster.ca\/*",
                "https:\/\/*.stubhub.com\/*",
                "https:\/\/*.tickpick.com\/*",
                "*:\/\/*.vividseats.com\/*",
                "*:\/\/*.seatgeek.com\/*",
                "*:\/\/*.gametime.co\/*",
                "https:\/\/sametix.com\/sametix-install-successful\/"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}