Pause - Stop Impulse Shopping
Spend less money online
Cos'è Pause - Stop Impulse Shopping?
Pause - Stop Impulse Shopping è un'estensione di Chrome sviluppata da Pause, e la sua funzione principale è "Spend less money online".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pause - Stop Impulse Shopping
Scarica i file di estensione Pause - Stop Impulse Shopping in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pigdiaifnehkpligekkeimfgjgidnaao |
URL Ufficiale | https://chromewebstore.google.com/detail/pause-stop-impulse-shoppi/pigdiaifnehkpligekkeimfgjgidnaao |
Descrizione | Spend less money online |
Dimensione del File | 994 KB |
Conteggio Installazioni | 248 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2021-10-14 |
Data di Pubblicazione | 2021-07-21 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Pause |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pause.fyi |
URL della Pagina di Aiuto | https://egyxzhgom5s.typeform.com/to/JKdQag55 |
Lingue Supportate | 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" ] } ] } |