FxTwitter Embeds Fixer for Discord
Fix broken Twitter/X embeds!
Co to jest FxTwitter Embeds Fixer for Discord?
FxTwitter Embeds Fixer for Discord to rozszerzenie Chrome opracowane przez yigitaltunay, a jego główną funkcją jest „Fix broken Twitter/X embeds!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FxTwitter Embeds Fixer for Discord
Pobierz pliki rozszerzeń FxTwitter Embeds Fixer for Discord w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Swap out x.com links for fxtwitter.com links. If you're a Twitter aficionado who loves sharing tweets on Discord, the FXTwitter Link Replacer extension is essential. This tool streamlines and enhances your Twitter sharing on Discord by optimizing the appearance of Twitter links. Simply hit the share button, click 'copy link,' and let the extension take over—it automatically transforms the URL to fxtwitter.com, ensuring a far superior display on Discord!
Podstawowe informacje o rozszerzeniu
Nazwa | FxTwitter Embeds Fixer for Discord |
ID | ogmkfillcnchpbgglmjomkmaepehidoc |
Oficjalny URL | https://chromewebstore.google.com/detail/fxtwitter-embeds-fixer-fo/ogmkfillcnchpbgglmjomkmaepehidoc |
Opis | Fix broken Twitter/X embeds! |
Rozmiar pliku | 32.26 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2024-01-03 |
Data Publikacji | 2024-01-03 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | yigitaltunay |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.privacypolicytemplate.net/live.php?token=7K29LKztmS5hgerPdw0ZO88pH8WKzs6m |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FxTwitter Embeds Fixer for Discord", "version": "0.0.1", "description": "Fix broken Twitter\/X embeds!", "action": { "default_icon": "icons\/logo.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "copy.png" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |