NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
Qu'est-ce que NFT to silly jpeg ?
NFT to silly jpeg est une extension Chrome développée par kev, et sa fonction principale est "Replaces the text 'NFT' with 'silly jpg'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NFT to silly jpeg
Téléchargez les fichiers d'extension NFT to silly jpeg au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NFT to silly jpeg |
ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
URL Officiel | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
Description | Replaces the text 'NFT' with 'silly jpg'. |
Taille du Fichier | 3.52 KB |
Nombre d'Installations | 178 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-01-28 |
Date de Publication | 2022-01-26 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | kev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |