NFT to silly jpeg

Replaces the text 'NFT' with 'silly jpg'.

什么是NFT to silly jpeg?

NFT to silly jpeg是由kev开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'NFT' with 'silly jpg'.”。

扩展截图

screenshot

下载NFT to silly jpeg扩展crx文件

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

扩展使用说明

                        Replaces the text 'NFT' with 'silly jpg' on webpages. 

Repo: https://github.com/k-wong/nft-to-silly-jpg

A fork of PanicSteve's wonderful Cloud-To-Butt extension                    

扩展基本信息

名称 NFT to silly jpeg NFT to silly jpeg
ID hcajgiblhhpbgbmlgioljefhmoolebjn
官方URL https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn
简介 Replaces the text 'NFT' with 'silly jpg'.
文件大小 3.52 KB
安装次数 178
当前版本 1.0
更新时间 2022-01-28
上架时间 2022-01-26
评分 4.80/5 共5次评分
开发者 kev
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFT to silly jpeg",
    "version": "1.0",
    "description": "Replaces the text 'NFT' with 'silly jpg'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": []
}