Nicolas Cage images

Change all img tag on the page

什么是Nicolas Cage images?

Nicolas Cage images是由gerry900908开发的Chrome扩展程序,该扩展的主要功能是“Change all img tag on the page”。

扩展截图

screenshot

下载Nicolas Cage images扩展crx文件

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

扩展使用说明

                        This extension changes all images on the page to Nickolas Cage meme images.                    

扩展基本信息

名称 Nicolas Cage images Nicolas Cage images
ID lhlikfdhepmemdhnlacpgkoclnmpjoib
官方URL https://chromewebstore.google.com/detail/nicolas-cage-images/lhlikfdhepmemdhnlacpgkoclnmpjoib
简介 Change all img tag on the page
文件大小 34.75 KB
安装次数 414
当前版本 1.0.0
更新时间 2022-11-07
上架时间 2022-11-06
开发者 gerry900908
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nicolas Cage images",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Change all img tag on the page",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}