NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
Vad är NFT to silly jpeg?
NFT to silly jpeg är en Chrome-tillägg utvecklad av kev, och dess huvudfunktion är "Replaces the text 'NFT' with 'silly jpg'.".
Tilläggsskärmbilder
Ladda ner NFT to silly jpeg-förlängningens CRX-fil
Ladda ner NFT to silly jpeg-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
| Officiell webbadress | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
| Beskrivning | Replaces the text 'NFT' with 'silly jpg'. |
| Filstorlek | 3.52 KB |
| Antal Installationer | 178 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-01-28 |
| Publiceringsdatum | 2022-01-26 |
| Betyg | 4.80/5 Totalt 5 Betyg |
| Utvecklare | kev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": []
} | |