Confused Shopper Prank

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

什么是Confused Shopper Prank?

Confused Shopper Prank是由https://marytal.com开发的Chrome扩展程序,该扩展的主要功能是“This prank extension changes all prices on the page to be between $0.01 and $0.99.”。

扩展截图

screenshot

下载Confused Shopper Prank扩展crx文件

下载Confused Shopper Prank扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Confused Shopper Prank Confused Shopper Prank
ID mhamipanbofhcddlbjfkgkgigkekhjon
官方URL https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon
简介 This prank extension changes all prices on the page to be between $0.01 and $0.99.
文件大小 3.98 KB
安装次数 199
当前版本 1.0
更新时间 2014-12-17
上架时间 2014-12-16
评分 1.25/5 共8次评分
开发者 https://marytal.com
付费类型 free
扩展官网 http://github.marytal.com
支持的语言 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"
    }
}