Friendzy
Browse friendzy directly from twitter!
Friendzyとは何ですか?
FriendzyはFriendzyによって開発されたChromeの拡張機能で、その主な機能は「Browse friendzy directly from twitter!」です。
拡張機能のスクリーンショット
Friendzy拡張機能のCRXファイルをダウンロード
Friendzy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find your favorite creators just by browsing X! The friendzy button shows the number creator keys minted and, if verified, their current rank against other verified creators.
拡張機能の基本情報
名前 | Friendzy |
ID | amjgdppjppcgogaofiemocfogjkeejjh |
公式URL | https://chromewebstore.google.com/detail/friendzy/amjgdppjppcgogaofiemocfogjkeejjh |
説明 | Browse friendzy directly from twitter! |
ファイルサイズ | 12.72 KB |
インストール数 | 68 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-09-27 |
公開日 | 2023-09-25 |
開発者 | Friendzy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Friendzy", "description": "Browse friendzy directly from twitter!", "version": "1.0.0", "icons": { "192": "images\/favicon.png" }, "content_scripts": [ { "js": [ "scripts\/inject.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |