No Fucking Thanks

Expose N‌FTs for what they are: shitty JPEGs

Wat is No Fucking Thanks?

No Fucking Thanks is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Expose N‌FTs for what they are: shitty JPEGs".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie No Fucking Thanks

Download No Fucking Thanks-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

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

Basisinformatie over de Extensie

Naam No Fucking Thanks No Fucking Thanks
ID hkdomlmdnamgbglfelgnnfbkfekdclam
Officiële URL https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam
Beschrijving Expose N‌FTs for what they are: shitty JPEGs
Bestandsgrootte 22.08 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2021-12-03
Publicatiedatum 2021-12-02
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/samhocevar/expose-nfts
Help Pagina-URL https://github.com/samhocevar/expose-nfts/issues
Ondersteunde Talen 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"
    ]
}