NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
Wat is NFT to silly jpeg?
NFT to silly jpeg is een Chrome-extensie ontwikkeld door kev, en de belangrijkste functie is "Replaces the text 'NFT' with 'silly jpg'.".
Extensie Screenshots
Download het CRX-bestand van de extensie NFT to silly jpeg
Download NFT to silly jpeg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
| Officiële URL | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
| Beschrijving | Replaces the text 'NFT' with 'silly jpg'. |
| Bestandsgrootte | 3.52 KB |
| Aantal Installaties | 178 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-01-28 |
| Publicatiedatum | 2022-01-26 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | kev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": []
} | |