Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Qu'est-ce que Confused Shopper Prank ?
Confused Shopper Prank est une extension Chrome développée par https://marytal.com, et sa fonction principale est "This prank extension changes all prices on the page to be between $0.01 and $0.99.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Confused Shopper Prank
Téléchargez les fichiers d'extension Confused Shopper Prank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
URL Officiel | 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. |
Taille du Fichier | 3.98 KB |
Nombre d'Installations | 199 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-12-17 |
Date de Publication | 2014-12-16 |
Évaluation | 1.25/5 Total 8 Évaluations |
Développeur | https://marytal.com |
Type de Paiement | free |
Site Web de l'Extension | http://github.marytal.com |
Langues Prises en Charge | 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" } } |