No Fucking Thanks
Expose NFTs for what they are: shitty JPEGs
什么是No Fucking Thanks?
No Fucking Thanks是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Expose NFTs for what they are: shitty JPEGs”。
扩展截图
下载No Fucking Thanks扩展crx文件
下载No Fucking Thanks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace occurrences of “NFT” and related terms in web pages with more accurate alternatives.
扩展基本信息
名称 | No Fucking Thanks |
ID | hkdomlmdnamgbglfelgnnfbkfekdclam |
官方URL | https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam |
简介 | Expose NFTs for what they are: shitty JPEGs |
文件大小 | 22.08 KB |
安装次数 | 32 |
当前版本 | 1.0 |
更新时间 | 2021-12-03 |
上架时间 | 2021-12-02 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/samhocevar/expose-nfts |
帮助页面URL | https://github.com/samhocevar/expose-nfts/issues |
支持的语言 | 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" ] } |