NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
Co to jest NFT to silly jpeg?
NFT to silly jpeg to rozszerzenie Chrome opracowane przez kev, a jego główną funkcją jest „Replaces the text 'NFT' with 'silly jpg'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NFT to silly jpeg
Pobierz pliki rozszerzeń NFT to silly jpeg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
| Oficjalny URL | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
| Opis | Replaces the text 'NFT' with 'silly jpg'. |
| Rozmiar pliku | 3.52 KB |
| Liczba instalacji | 178 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-01-28 |
| Data Publikacji | 2022-01-26 |
| Ocena | 4.80/5 Łącznie 5 Oceny |
| Deweloper | kev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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": []
} | |