Pause - Stop Impulse Shopping
Spend less money online
什麼是Pause - Stop Impulse Shopping?
Pause - Stop Impulse Shopping是由Pause開發的Chrome擴展程式,該擴展的主要功能是“Spend less money online”。
擴展截圖
下載Pause - Stop Impulse Shopping擴展crx文件
下載Pause - Stop Impulse Shopping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pigdiaifnehkpligekkeimfgjgidnaao |
官方網址 | https://chromewebstore.google.com/detail/pause-stop-impulse-shoppi/pigdiaifnehkpligekkeimfgjgidnaao |
簡介 | Spend less money online |
檔案大小 | 994 KB |
安裝次數 | 248 |
目前版本 | 1.5.0 |
更新時間 | 2021-10-14 |
上架時間 | 2021-07-21 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Pause |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://pause.fyi |
說明頁面URL | https://egyxzhgom5s.typeform.com/to/JKdQag55 |
支援的語言 | 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" ] } ] } |