Slash.com - Cut your store prices

Pay less every time you shop online

What is Slash.com - Cut your store prices?

Slash.com - Cut your store prices is a Chrome extension developed by https://slash.com, and its main feature is "Pay less every time you shop online".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Slash.com - Cut your store prices Extension CRX File

Download Slash.com - Cut your store prices 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

                        Slash.com – Instantly reduce prices on your shopping. Install once and never overpay again!

Imagine a world where you enjoy price drops without lifting a finger. Well, that world is now a reality, thanks to Slash – the ultimate shopping plugin designed to cut prices at checkout and save you money with zero effort.

Revolutionising your shopping experience, Slash brings you instant price reductions at over 150+ top UK stores, like eBay, AliExpress, Currys, M&S and many more. No more wasting time hunting for deals – we've got you covered!

Now, here's where the magic happens – as you shop at your favourite stores, the Slash button “magically” appears at checkout. No need to alter your shopping routine; simply proceed as you always have. Watch in awe as prices shrink, all without a single interruption to your usual shopping habits.

Want to know the best part? Enjoying savings with Slash is as easy as 1-2-3:

🌟 Install Slash: Add the Slash extension to your browser in just 60 seconds – it's that simple!

🛒Shop at your favourite stores: Continue browsing through your bestt-loved online stores, and let the magic of Slash unfold. Automatic price reductions await you, even on items already on sale!

💰 Slash it & save: Find the blue Slash button waiting for you at the checkout. A single click is all it takes to pay the reduced price instantly.

Ready to pay less every time you shop online? Well, don't wait any longer – Install the Slash extension now! Click 'Add to Chrome' in the upper right corner to get started. It's not just free and easy; it's also life-changing.

And don't worry, we've got all the legal stuff covered too. By downloading the extension, you agree to the Terms of Use and confirm that you totally understand the Slash Privacy Policy.                    

Extension Basic Information

Name Slash.com - Cut your store prices Slash.com - Cut your store prices
ID mllianhhiambfndgboiddpflhnmpephj
Official URL https://chromewebstore.google.com/detail/slashcom-cut-your-store-p/mllianhhiambfndgboiddpflhnmpephj
Description Pay less every time you shop online
File Size 3.03 MB
Installation Count 3,114
Current Version 1.13.46.0
Last Updated 2024-01-22
Publish Date 2021-07-11
Rating 5.00/5 Total 23 Ratings
Developer https://slash.com
Email [email protected]
Payment Type free
Extension Website https://slash.com/
Help Page URL https://slash.com/
Privacy Policy Page URL https://www.slash.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slash.com - Cut your store prices",
    "incognito": "not_allowed",
    "short_name": "Slash",
    "version": "1.13.46.0",
    "description": "Pay less every time you shop online",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mllianhhiambfndgboiddpflhnmpephj",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "getdisco.css"
            ],
            "matches": [
                "*:\/\/app.getdisco.dev\/*",
                "*:\/\/app.slash.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "fonts.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "Slash",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "zendesk\/*.js",
                "content\/*.css",
                "content\/*.svg",
                "fonts\/*.woff2",
                "fonts\/*.woff",
                "**\/*.map",
                "**\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}