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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |