NicolasCage

Chrome extension to override all images in a page by Nicolas Cage.

什么是NicolasCage?

NicolasCage是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to override all images in a page by Nicolas Cage.”。

扩展截图

screenshot

下载NicolasCage扩展crx文件

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

扩展使用说明

                        Replace all the images by Cage pictures                    

扩展基本信息

名称 NicolasCage NicolasCage
ID klhpehdhdohjpnammbkecooemnklnino
官方URL https://chromewebstore.google.com/detail/nicolascage/klhpehdhdohjpnammbkecooemnklnino
简介 Chrome extension to override all images in a page by Nicolas Cage.
文件大小 2.16 MB
安装次数 575
当前版本 1.0
更新时间 2019-03-15
上架时间 2019-03-15
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NicolasCage",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Chrome extension to override all images in a page by Nicolas Cage.",
    "homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
    "author": "Fabiano Moraes",
    "short_name": "Vampetase",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ]
        }
    ]
}