NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
Cos'è NFT to silly jpeg?
NFT to silly jpeg è un'estensione di Chrome sviluppata da kev, e la sua funzione principale è "Replaces the text 'NFT' with 'silly jpg'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NFT to silly jpeg
Scarica i file di estensione NFT to silly jpeg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
| Descrizione | Replaces the text 'NFT' with 'silly jpg'. |
| Dimensione del File | 3.52 KB |
| Conteggio Installazioni | 178 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-01-28 |
| Data di Pubblicazione | 2022-01-26 |
| Valutazione | 4.80/5 Totale 5 Valutazioni |
| Sviluppatore | kev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
} | |