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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |