No Fucking Thanks

Expose N‌FTs for what they are: shitty JPEGs

Cos'è No Fucking Thanks?

No Fucking Thanks è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Expose N‌FTs for what they are: shitty JPEGs".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione No Fucking Thanks

Scarica i file di estensione No Fucking Thanks 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

                        Replace occurrences of “N‌FT” and related terms in web pages with more accurate alternatives.                    

Informazioni di Base sull'Estensione

Nome No Fucking Thanks No Fucking Thanks
ID hkdomlmdnamgbglfelgnnfbkfekdclam
URL Ufficiale https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam
Descrizione Expose N‌FTs for what they are: shitty JPEGs
Dimensione del File 22.08 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-03
Data di Pubblicazione 2021-12-02
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samhocevar/expose-nfts
URL della Pagina di Aiuto https://github.com/samhocevar/expose-nfts/issues
Lingue Supportate 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"
    ]
}