Pause - Stop Impulse Shopping
Spend less money online
Pause - Stop Impulse Shopping là gì?
Pause - Stop Impulse Shopping là một tiện ích mở rộng Chrome được phát triển bởi Pause, và tính năng chính của nó là "Spend less money online".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pause - Stop Impulse Shopping
Tải xuống các tệp mở rộng Pause - Stop Impulse Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pigdiaifnehkpligekkeimfgjgidnaao |
URL Chính Thức | https://chromewebstore.google.com/detail/pause-stop-impulse-shoppi/pigdiaifnehkpligekkeimfgjgidnaao |
Mô tả | Spend less money online |
Kích Thước Tệp | 994 KB |
Số Lần Cài Đặt | 248 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2021-10-14 |
Ngày Phát Hành | 2021-07-21 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Pause |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pause.fyi |
URL Trang Trợ Giúp | https://egyxzhgom5s.typeform.com/to/JKdQag55 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |