Evreward Multiplier

A Chrome extension that takes you to Evreward's page for the store you are visting.

ما هو Evreward Multiplier؟

Evreward Multiplier هو إضافة Chrome تم تطويرها بواسطة https://evreward.com، والميزة الرئيسية لها هي "A Chrome extension that takes you to Evreward's page for the store you are visting.".

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

screenshot

تحميل ملف CRX للإضافة Evreward Multiplier

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

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

                        This simple extension places a clickable icon next to your Chrome search box that opens Evreward's page for the store you're currently browsing, giving you quick access to the coupons, promo codes, cash back rebates, rewards and discount gift cards available.                    

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

الاسم Evreward Multiplier Evreward Multiplier
ID neffcmliiaaipkdmjcojobfjoafmbemi
عنوان URL الرسمي https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi
الوصف A Chrome extension that takes you to Evreward's page for the store you are visting.
حجم الملف 22.23 KB
عدد التثبيتات 667
النسخة الحالية 1.1.0
آخر تحديث 2019-09-21
تاريخ النشر 2019-09-21
المطور https://evreward.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.evreward.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evreward Multiplier",
    "description": "A Chrome extension that takes you to Evreward's page for the store you are visting.",
    "version": "1.1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Evreward Multiplier",
        "default_icon": {
            "16": "images\/evreward16.png",
            "32": "images\/evreward32.png",
            "48": "images\/evreward48.png",
            "128": "images\/evreward128.png"
        }
    },
    "icons": {
        "16": "images\/evreward16.png",
        "32": "images\/evreward32.png",
        "48": "images\/evreward48.png",
        "128": "images\/evreward128.png"
    },
    "manifest_version": 2
}