Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Confused Shopper Prankとは何ですか?
Confused Shopper Prankはhttps://marytal.comによって開発されたChromeの拡張機能で、その主な機能は「This prank extension changes all prices on the page to be between $0.01 and $0.99.」です。
拡張機能のスクリーンショット
Confused Shopper Prank拡張機能のCRXファイルをダウンロード
Confused Shopper Prank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
公式URL | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
説明 | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
ファイルサイズ | 3.98 KB |
インストール数 | 199 |
現在のバージョン | 1.0 |
最終更新日 | 2014-12-17 |
公開日 | 2014-12-16 |
評価 | 1.25/5 合計 8 レビュー |
開発者 | https://marytal.com |
支払い方法 | free |
拡張機能のウェブサイト | http://github.marytal.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Confused Shopper Prank", "description": "This prank extension changes all prices on the page to be between $0.01 and $0.99.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "contentscript_fun.js" ] } ], "browser_action": { "default_icon": "icon.png" } } |