Pause - Stop Impulse Shopping

Spend less money online

Wat is Pause - Stop Impulse Shopping?

Pause - Stop Impulse Shopping is een Chrome-extensie ontwikkeld door Pause, en de belangrijkste functie is "Spend less money online".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pause - Stop Impulse Shopping

Download Pause - Stop Impulse Shopping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Stop being tricked by big tech - Meet the free extension that uses behavioral psychology to help you spend less money on 200+ websites.

Pause makes you think twice about shopping whenever you visit Amazon, Walmart, Etsy, or any other online store. Pause will block you from the website for 30 seconds so you can really decide if you want to spend money right now.                    

Basisinformatie over de Extensie

Naam Pause - Stop Impulse Shopping Pause - Stop Impulse Shopping
ID pigdiaifnehkpligekkeimfgjgidnaao
Officiële URL https://chromewebstore.google.com/detail/pause-stop-impulse-shoppi/pigdiaifnehkpligekkeimfgjgidnaao
Beschrijving Spend less money online
Bestandsgrootte 994 KB
Aantal Installaties 248
Huidige Versie 1.5.0
Laatst Bijgewerkt 2021-10-14
Publicatiedatum 2021-07-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Pause
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pause.fyi
Help Pagina-URL https://egyxzhgom5s.typeform.com/to/JKdQag55
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pause - Stop Impulse Shopping",
    "description": "Spend less money online",
    "version": "1.5.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-dark\/16.png",
            "24": "\/images\/icon-dark\/24.png",
            "32": "\/images\/icon-dark\/32.png",
            "48": "\/images\/icon-dark\/48.png",
            "64": "\/images\/icon-dark\/64.png",
            "128": "\/images\/icon-dark\/128.png",
            "256": "\/images\/icon-dark\/256.png",
            "512": "\/images\/icon-dark\/512.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-dark\/16.png",
        "24": "\/images\/icon-dark\/24.png",
        "32": "\/images\/icon-dark\/32.png",
        "48": "\/images\/icon-dark\/48.png",
        "64": "\/images\/icon-dark\/64.png",
        "128": "\/images\/icon-dark\/128.png",
        "256": "\/images\/icon-dark\/256.png",
        "512": "\/images\/icon-dark\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ]
}