X Button

WaffarX: The Free Cash Back Shopping Assistant

什麼是X Button?

X Button是由https://waffarx.com開發的Chrome擴展程式,該擴展的主要功能是“WaffarX: The Free Cash Back Shopping Assistant”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載X Button擴展crx文件

下載X Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 على الحصول على كاش باك:
يتوجه العضو مباشرة إلى الموقع الذي يريد التسوق منه، وستقوم وفرإكس بإعلامه بعرض الكاش باك المتاح، ويمكن للمستخدم تفعيل الكاش باك بضغطة واحدة فقط.
لا تفوت أي صفقة:
أثناء تواجد المستخدم على أي موقع، يمكنه الضغط على رمز ملحق المتصفح لرؤية جميع العروض والكوبونات المتاحة التي تمتلكها وفرإكس لهذا الموقع.
شاهد عروض الكاش باك أثناء البحث:
قارن نسب الكاش باك مباشرة على صفحات نتائج البحث في جوجل.
التحقق من رصيد الكاش باك بسهولة:
يمكن للأعضاء أيضًا استخدام ملحق المتصفح للتحقق من رصيد الكاش باك                    

擴展基本資訊

名稱 X Button X Button
ID ffeofhiiabipephomkglcjbhgglddeeg
官方網址 https://chromewebstore.google.com/detail/x-button/ffeofhiiabipephomkglcjbhgglddeeg
簡介 WaffarX: The Free Cash Back Shopping Assistant
檔案大小 782 KB
安裝次數 5,130
目前版本 1.0.7
更新時間 2020-12-01
上架時間 2020-09-29
評分 4.33/5 共 9 次評分
開發者 https://waffarx.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.waffarx.com/en-us/xbutton
說明頁面URL https://www.waffarx.com/en-us/xbuttonprivacypolicy#browserterms
隱私政策頁面URL https://waffarx.com/privacypolicy
支援的語言 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"
    ]
}