No Fucking Thanks

Expose N‌FTs for what they are: shitty JPEGs

What is No Fucking Thanks?

No Fucking Thanks is a Chrome extension developed by Unknown, and its main feature is "Expose N‌FTs for what they are: shitty JPEGs".

Extension Screenshots

screenshot
screenshot
screenshot

Download No Fucking Thanks Extension CRX File

Download No Fucking Thanks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name No Fucking Thanks No Fucking Thanks
ID hkdomlmdnamgbglfelgnnfbkfekdclam
Official URL https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam
Description Expose N‌FTs for what they are: shitty JPEGs
File Size 22.08 KB
Installation Count 32
Current Version 1.0
Last Updated 2021-12-03
Publish Date 2021-12-02
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/samhocevar/expose-nfts
Help Page URL https://github.com/samhocevar/expose-nfts/issues
Supported Languages 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"
    ]
}