NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
NFT to silly jpegคืออะไร?
NFT to silly jpeg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kev และคุณลักษณะหลักของมันคือ "Replaces the text 'NFT' with 'silly jpg'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFT to silly jpeg
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [] } |