Confused Shopper Prank

This prank extension changes all prices on the page to be between $0.01 and $0.99.

Co je Confused Shopper Prank?

Confused Shopper Prank je rozšíření Chrome vyvinuté https://marytal.com, a jeho hlavní funkcí je „This prank extension changes all prices on the page to be between $0.01 and $0.99.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Confused Shopper Prank

Stáhněte si soubory rozšíření Confused Shopper Prank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Confused Shopper Prank Confused Shopper Prank
ID mhamipanbofhcddlbjfkgkgigkekhjon
Oficiální URL https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon
Popis This prank extension changes all prices on the page to be between $0.01 and $0.99.
Velikost souboru 3.98 KB
Počet instalací 199
Aktuální Verze 1.0
Poslední Aktualizace 2014-12-17
Datum Vydání 2014-12-16
Hodnocení 1.25/5 Celkem 8 Hodnocení
Vývojář https://marytal.com
Typ Platby free
Webové stránky Rozšíření http://github.marytal.com
Podporované Jazyky 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"
    }
}