VxTwitter URL
Converts twitter.com URLs to VXTwitter URLS when copying them.
Co je VxTwitter URL?
VxTwitter URL je rozšíření Chrome vyvinuté potatoswedish, a jeho hlavní funkcí je „Converts twitter.com URLs to VXTwitter URLS when copying them.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VxTwitter URL
Stáhněte si soubory rozšíření VxTwitter URL 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í
Usage: * Share -> Copy Link on a tweet will automatically convert the link to vxtwitter (English only). Extra features - * Ctrl + C will convert the current clipboard's twitter/x url to vxtwitter. * Ctrl + Q will do the same but add || to the beginning and end (for discord spoiler)
Základní Informace o Rozšíření
Název | VxTwitter URL |
ID | bdioigkngoclklbmmgegppmmekffpgdh |
Oficiální URL | https://chromewebstore.google.com/detail/vxtwitter-url/bdioigkngoclklbmmgegppmmekffpgdh |
Popis | Converts twitter.com URLs to VXTwitter URLS when copying them. |
Velikost souboru | 14.5 KB |
Počet instalací | 312 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2024-01-12 |
Datum Vydání | 2023-12-11 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | potatoswedish |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VxTwitter URL", "version": "1.3", "description": "Converts twitter.com URLs to VXTwitter URLS when copying them.", "icons": { "96": "icon-96.png", "48": "icon-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/tweetdeck" ], "js": [ "appTweetDeck.js" ] }, { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "appTwitter.js" ] } ], "permissions": [ "clipboardRead", "clipboardWrite" ] } |