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 |
公式URL | 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 |
Eメール | [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" ] } ] } |