X Button

WaffarX: The Free Cash Back Shopping Assistant

O que é X Button?

X Button é uma extensão do Chrome desenvolvida por https://waffarx.com, e sua principal característica é "WaffarX: The Free Cash Back Shopping Assistant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão X Button

Baixe arquivos de extensão X Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome X Button X Button
ID ffeofhiiabipephomkglcjbhgglddeeg
URL Oficial https://chromewebstore.google.com/detail/x-button/ffeofhiiabipephomkglcjbhgglddeeg
Descrição WaffarX: The Free Cash Back Shopping Assistant
Tamanho do Arquivo 782 KB
Contagem de Instalações 5,130
Versão Atual 1.0.7
Última Atualização 2020-12-01
Data de Publicação 2020-09-29
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor https://waffarx.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.waffarx.com/en-us/xbutton
URL da Página de Ajuda https://www.waffarx.com/en-us/xbuttonprivacypolicy#browserterms
URL da Página de Política de Privacidade https://waffarx.com/privacypolicy
Idiomas Suportados 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"
    ]
}