Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Wat is Confused Shopper Prank?
Confused Shopper Prank is een Chrome-extensie ontwikkeld door https://marytal.com, en de belangrijkste functie is "This prank extension changes all prices on the page to be between $0.01 and $0.99.".
Extensie Screenshots
Download het CRX-bestand van de extensie Confused Shopper Prank
Download Confused Shopper Prank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
Officiële URL | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
Beschrijving | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
Bestandsgrootte | 3.98 KB |
Aantal Installaties | 199 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-17 |
Publicatiedatum | 2014-12-16 |
Beoordeling | 1.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://marytal.com |
Betalingswijze | free |
Extensiewebsite | http://github.marytal.com |
Ondersteunde Talen | 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" } } |