NFT to silly jpeg

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

NFT to silly jpeg क्या है?

NFT to silly jpeg kev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'NFT' with 'silly jpg'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NFT to silly jpeg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}