No Fucking Thanks
Expose NFTs 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 NFTs for what they are: shitty JPEGs".
Extension Screenshots
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 “NFT” and related terms in web pages with more accurate alternatives.
Extension Basic Information
Name | No Fucking Thanks |
ID | hkdomlmdnamgbglfelgnnfbkfekdclam |
Official URL | https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam |
Description | Expose NFTs 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 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" ] } |