Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
What is Confused Shopper Prank?
Confused Shopper Prank is a Chrome extension developed by https://marytal.com, and its main feature is "This prank extension changes all prices on the page to be between $0.01 and $0.99.".
Extension Screenshots
Download Confused Shopper Prank Extension CRX File
Download Confused Shopper Prank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
Official URL | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
Description | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
File Size | 3.98 KB |
Installation Count | 199 |
Current Version | 1.0 |
Last Updated | 2014-12-17 |
Publish Date | 2014-12-16 |
Rating | 1.25/5 Total 8 Ratings |
Developer | https://marytal.com |
Payment Type | free |
Extension Website | http://github.marytal.com |
Supported Languages | 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" } } |