xfriend.tech
Seamless UI for friend.tech on X (Twitter).
Co je xfriend.tech?
xfriend.tech je rozšíření Chrome vyvinuté etherlect, a jeho hlavní funkcí je „Seamless UI for friend.tech on X (Twitter).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření xfriend.tech
Stáhněte si soubory rozšíření xfriend.tech ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Get data from friend.tech directly on X ! Základní Informace o Rozšíření
| Název | |
| ID | fgllfaeklkjnmhgibgfgkhlocbjmdphj |
| Oficiální URL | https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj |
| Popis | Seamless UI for friend.tech on X (Twitter). |
| Velikost souboru | 3.19 MB |
| Počet instalací | 359 |
| Aktuální Verze | 1.4 |
| Poslední Aktualizace | 2023-12-04 |
| Datum Vydání | 2023-09-16 |
| Vývojář | etherlect |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://xfriend.tech/privacy-policy.html |
| Podporované Jazyky | 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\/*"
]
}
]
} | |