NFT to silly jpeg

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

Apa itu NFT to silly jpeg?

NFT to silly jpeg adalah ekstensi Chrome yang dikembangkan oleh kev, dan fitur utamanya adalah "Replaces the text 'NFT' with 'silly jpg'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NFT to silly jpeg

Unduh file ekstensi NFT to silly jpeg dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama NFT to silly jpeg NFT to silly jpeg
ID hcajgiblhhpbgbmlgioljefhmoolebjn
URL Resmi https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn
Deskripsi Replaces the text 'NFT' with 'silly jpg'.
Ukuran File 3.52 KB
Jumlah Instalasi 178
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-28
Tanggal Publikasi 2022-01-26
Penilaian 4.80/5 Total 5 Penilaian
Pengembang kev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}