Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Cos'è Confused Shopper Prank?
Confused Shopper Prank è un'estensione di Chrome sviluppata da https://marytal.com, e la sua funzione principale è "This prank extension changes all prices on the page to be between $0.01 and $0.99.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Confused Shopper Prank
Scarica i file di estensione Confused Shopper Prank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
URL Ufficiale | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
Descrizione | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
Dimensione del File | 3.98 KB |
Conteggio Installazioni | 199 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-17 |
Data di Pubblicazione | 2014-12-16 |
Valutazione | 1.25/5 Totale 8 Valutazioni |
Sviluppatore | https://marytal.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.marytal.com |
Lingue Supportate | 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" } } |