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
公式URL 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
Eメール [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"
    ]
}