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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [] } |