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
官方網址 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": []
}