nDavidH

Replaces all images on all pages to David Hasselhoff.

什么是nDavidH?

nDavidH是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on all pages to David Hasselhoff.”。

扩展截图

screenshot
screenshot

下载nDavidH扩展crx文件

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

扩展使用说明

                        Aplicacion igual que NCage pero reemplaza por imagenes de David Hasselhoff


Replace all images in navegation with David Hasselhoff                    

扩展基本信息

名称 nDavidH nDavidH
ID bikegdhiiojnfloocojelgifoonlajej
官方URL https://chromewebstore.google.com/detail/ndavidh/bikegdhiiojnfloocojelgifoonlajej
简介 Replaces all images on all pages to David Hasselhoff.
文件大小 337 KB
安装次数 101
当前版本 1.41
更新时间 2014-06-05
上架时间 2014-06-05
评分 2.33/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to David  Hasselhoff.",
    "manifest_version": 2,
    "name": "nDavidH",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.41"
}