X Button

WaffarX: The Free Cash Back Shopping Assistant

What is X Button?

X Button is a Chrome extension developed by https://waffarx.com, and its main feature is "WaffarX: The Free Cash Back Shopping Assistant".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download X Button Extension CRX File

Download X Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        By clicking Add to Chrome you agree to the additional WAFFARX Extension Terms & Conditions: https://www.waffarx.com/en-us/xbuttonprivacypolicy#browserterms

The extension is developed to help our members from https://www.waffarx.com 

EARN CASH BACK:
Members can go straight to the site they want to shop from, and WaffarX informs them of any available Cash Back offers. Users can now activate Cash Back with just one click.

NEVER MISS OUT ON A DEAL:
While the user is browsing online, they can click the  extension icon to see all available coupons that WaffarX has for the current site they are on.

SEE CASH BACK OFFERS WHILE YOU SEARCH:
Compare Cash Back rates right on Google’s search results page.

EASELY CHECK OUT YOUR CASH BACK BALANCE:
Members can also use the extension to check their balance.

WaffarX: مساعد التسوق المجاني
بالضغط على إضافة إلىChrome ، فإنك توافق على شروط وأحكام ملحق المتصفح  WAFFARX الإضافية :https://www.waffarx.com/en-us/xbuttonprivacypolicy#browserterms  
تم إصدار ملحق المتصفح WAFFARX لمساعدة أعضائنا من https://waffarx.com على الحصول على كاش باك:
يتوجه العضو مباشرة إلى الموقع الذي يريد التسوق منه، وستقوم وفرإكس بإعلامه بعرض الكاش باك المتاح، ويمكن للمستخدم تفعيل الكاش باك بضغطة واحدة فقط.
لا تفوت أي صفقة:
أثناء تواجد المستخدم على أي موقع، يمكنه الضغط على رمز ملحق المتصفح لرؤية جميع العروض والكوبونات المتاحة التي تمتلكها وفرإكس لهذا الموقع.
شاهد عروض الكاش باك أثناء البحث:
قارن نسب الكاش باك مباشرة على صفحات نتائج البحث في جوجل.
التحقق من رصيد الكاش باك بسهولة:
يمكن للأعضاء أيضًا استخدام ملحق المتصفح للتحقق من رصيد الكاش باك                    

Extension Basic Information

Name X Button X Button
ID ffeofhiiabipephomkglcjbhgglddeeg
Official URL https://chromewebstore.google.com/detail/x-button/ffeofhiiabipephomkglcjbhgglddeeg
Description WaffarX: The Free Cash Back Shopping Assistant
File Size 782 KB
Installation Count 5,130
Current Version 1.0.7
Last Updated 2020-12-01
Publish Date 2020-09-29
Rating 4.33/5 Total 9 Ratings
Developer https://waffarx.com
Email [email protected]
Payment Type free
Extension Website https://www.waffarx.com/en-us/xbutton
Help Page URL https://www.waffarx.com/en-us/xbuttonprivacypolicy#browserterms
Privacy Policy Page URL https://waffarx.com/privacypolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "WaffarX",
    "description": "WaffarX: The Free Cash Back Shopping Assistant",
    "manifest_version": 2,
    "name": "X Button",
    "homepage_url": "https:\/\/www.waffarx.com\/",
    "version": "1.0.7",
    "background": {
        "scripts": [
            "\/script\/background.js"
        ]
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "\/img\/128b.png",
        "default_title": "WaffarX: The Free Cash Back Shopping Assistant"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/script\/jquery-3.4.1.min.js",
                "\/script\/content.js",
                "\/script\/vue.min.js"
            ],
            "css": [
                "\/content\/site.css"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/16b.png",
        "32": "\/img\/32b.png",
        "48": "\/img\/48b.png",
        "128": "\/img\/128b.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "",
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        "button-notactive.html",
        "button-active.html",
        "\/Content\/site.css",
        "button.html",
        "Reactivate.html",
        "\/img\/logo.png",
        "\/Content\/bootstrap.min.css",
        "\/Content\/font-awesome.min.css",
        "\/Script\/popup.js"
    ]
}