Butter | Pay later shopping

A Butter browser extension

What is Butter | Pay later shopping?

Butter | Pay later shopping is a Chrome extension developed by Butter, and its main feature is "A Butter browser extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Butter | Pay later shopping Extension CRX File

Download Butter | Pay later shopping 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

                        PAY IN INSTALMENTS ANYWHERE, ON YOUR COMPUTER!

The Butter browser extension lets you split your online purchases into 2, 3, 4, 6 or 10 monthly instalments. Just like the Butter App.

The Butter browser extension is seamlessly integrated with the Butter App and your Butter Account so your purchases can be managed through the App and by logging into your account.

How to get started:

INSTALL IN 1 CLICK.
Add the free extension to your browser and you're ready to shop.

SHOP ANYWHERE ONLINE.
Browse your favourite stores and fill your shopping basket.

SPREAD THE COST WITH BUTTER
Use the Butter extension to split your purchase into instalments.

Shop in any online store.

Psst, It works for Microsoft Edge as well.                    

Extension Basic Information

Name Butter | Pay later shopping Butter | Pay later shopping
ID ofbpcdihekhfmohfhfhigfnhbngojcih
Official URL https://chrome.google.com/webstore/detail/ofbpcdihekhfmohfhfhigfnhbngojcih
Description A Butter browser extension
File Size 909 KB
Installation Count 365
Current Version 1.2.0
Last Updated 2023-04-04
Publish Date 2021-07-11
Rating 5.00/5 Total 3 Ratings
Developer Butter
Email [email protected]
Payment Type free
Extension Website https://butter.co.uk
Help Page URL https://intercom.help/butterholidays/en
Privacy Policy Page URL https://intercom.help/butterholidays/en/articles/4038167-privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Butter | Pay later shopping",
    "author": "Butter",
    "version": "1.2.0",
    "description": "A Butter browser extension",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Butter",
        "default_icon": "assets\/icon-48.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "assets\/fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}