Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Co to jest Confused Shopper Prank?
Confused Shopper Prank to rozszerzenie Chrome opracowane przez https://marytal.com, a jego główną funkcją jest „This prank extension changes all prices on the page to be between $0.01 and $0.99.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Confused Shopper Prank
Pobierz pliki rozszerzeń Confused Shopper Prank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
Oficjalny URL | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
Opis | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
Rozmiar pliku | 3.98 KB |
Liczba instalacji | 199 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-12-17 |
Data Publikacji | 2014-12-16 |
Ocena | 1.25/5 Łącznie 8 Oceny |
Deweloper | https://marytal.com |
Typ Płatności | free |
Strona Rozszerzenia | http://github.marytal.com |
Obsługiwane Języki | 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" } } |