Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

ما هو Tophatter - Shopping Rewards؟

Tophatter - Shopping Rewards هو إضافة Chrome تم تطويرها بواسطة https://tophatter.com، والميزة الرئيسية لها هي "The most rewarding shopping experience on the planet.".

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

screenshot

تحميل ملف CRX للإضافة Tophatter - Shopping Rewards

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

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

                        SCORE DEALS
Shop online and save! Go to the site you want to shop and we’ll let you know if you can score an amazing deal!

EARN TOPHATTER REWARDS
Not only can you score fantastic deals, earn Tophatter Rewards Points when you do!                    

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

الاسم Tophatter - Shopping Rewards Tophatter - Shopping Rewards
ID ibikmkhkokkmmmegjlfpefeajgjglgal
عنوان URL الرسمي https://chromewebstore.google.com/detail/tophatter-shopping-reward/ibikmkhkokkmmmegjlfpefeajgjglgal
الوصف The most rewarding shopping experience on the planet.
حجم الملف 413 KB
عدد التثبيتات 2,315
النسخة الحالية 1.13.0
آخر تحديث 2021-12-16
تاريخ النشر 2021-07-03
تقييم 4.50/5 مجموع تقييمات 2
المطور https://tophatter.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tophatter.com/extension
عنوان صفحة المساعدة https://tophatter.com/support
عنوان صفحة سياسة الخصوصية https://tophatter.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tophatter - Shopping Rewards",
    "description": "The most rewarding shopping experience on the planet.",
    "version": "1.13.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tophatter.com\/",
        "*:\/\/*.tophatter.test\/"
    ],
    "background": {
        "service_worker": "service-worker-wrapper.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/tophatter.com\/*",
            "*:\/\/tophatter.test\/*"
        ]
    }
}