NFT to silly jpeg
Replaces the text 'NFT' with 'silly jpg'.
NFT to silly jpegとは何ですか?
NFT to silly jpegはkevによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'NFT' with 'silly jpg'.」です。
拡張機能のスクリーンショット
NFT to silly jpeg拡張機能のCRXファイルをダウンロード
NFT to silly jpeg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the text 'NFT' with 'silly jpg' on webpages. Repo: https://github.com/k-wong/nft-to-silly-jpg A fork of PanicSteve's wonderful Cloud-To-Butt extension
拡張機能の基本情報
名前 | NFT to silly jpeg |
ID | hcajgiblhhpbgbmlgioljefhmoolebjn |
公式URL | https://chromewebstore.google.com/detail/nft-to-silly-jpeg/hcajgiblhhpbgbmlgioljefhmoolebjn |
説明 | Replaces the text 'NFT' with 'silly jpg'. |
ファイルサイズ | 3.52 KB |
インストール数 | 178 |
現在のバージョン | 1.0 |
最終更新日 | 2022-01-28 |
公開日 | 2022-01-26 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | kev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT to silly jpeg", "version": "1.0", "description": "Replaces the text 'NFT' with 'silly jpg'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [] } |