No Fucking Thanks
Expose NFTs for what they are: shitty JPEGs
Co to jest No Fucking Thanks?
No Fucking Thanks to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Expose NFTs for what they are: shitty JPEGs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No Fucking Thanks
Pobierz pliki rozszerzeń No Fucking Thanks 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
Replace occurrences of “NFT” and related terms in web pages with more accurate alternatives.
Podstawowe informacje o rozszerzeniu
Nazwa | No Fucking Thanks |
ID | hkdomlmdnamgbglfelgnnfbkfekdclam |
Oficjalny URL | https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam |
Opis | Expose NFTs for what they are: shitty JPEGs |
Rozmiar pliku | 22.08 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-12-03 |
Data Publikacji | 2021-12-02 |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/samhocevar/expose-nfts |
Adres URL Strony Pomocy | https://github.com/samhocevar/expose-nfts/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Fucking Thanks", "description": "Expose N\u200cFTs for what they are: shitty JPEGs", "version": "1.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "transform.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |