NFT to silly jpeg

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

What is NFT to silly jpeg?

NFT to silly jpeg is a Chrome extension developed by kev, and its main feature is "Replaces the text 'NFT' with 'silly jpg'.".

Extension Screenshots

screenshot

Download NFT to silly jpeg Extension CRX File

Download NFT to silly jpeg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NFT to silly jpeg NFT to silly jpeg
ID hcajgiblhhpbgbmlgioljefhmoolebjn
Official URL https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn
Description Replaces the text 'NFT' with 'silly jpg'.
File Size 3.52 KB
Installation Count 178
Current Version 1.0
Last Updated 2022-01-28
Publish Date 2022-01-26
Rating 4.80/5 Total 5 Ratings
Developer kev
Email [email protected]
Payment Type free
Supported Languages 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": []
}