xfriend.tech
Seamless UI for friend.tech on X (Twitter).
xfriend.techとは何ですか?
xfriend.techはetherlectによって開発されたChromeの拡張機能で、その主な機能は「Seamless UI for friend.tech on X (Twitter).」です。
拡張機能のスクリーンショット
xfriend.tech拡張機能のCRXファイルをダウンロード
xfriend.tech拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get data from friend.tech directly on X ! 拡張機能の基本情報
| 名前 | |
| ID | fgllfaeklkjnmhgibgfgkhlocbjmdphj |
| 公式URL | https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj |
| 説明 | Seamless UI for friend.tech on X (Twitter). |
| ファイルサイズ | 3.19 MB |
| インストール数 | 359 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-12-04 |
| 公開日 | 2023-09-16 |
| 開発者 | etherlect |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://xfriend.tech/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "xfriend.tech",
"description": "Seamless UI for friend.tech on X (Twitter).",
"version": "1.4",
"icons": {
"16": "\/assets\/icon16.png",
"32": "\/assets\/icon32.png",
"48": "\/assets\/icon48.png",
"128": "\/assets\/icon128.png"
},
"background": {
"service_worker": "\/background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": "\/assets\/icon48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/tweetdeck.twitter.com\/*"
],
"js": [
"\/content.js"
],
"css": [
"\/styles\/content.css",
"\/styles\/mdi.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/inpage.js",
"\/styles\/content.css",
"\/styles\/mdi.css",
"\/fonts\/*",
"\/img\/*",
"\/assets\/*"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/tweetdeck.twitter.com\/*"
]
}
]
} | |