FXTwitter copy
Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.
FXTwitter copyとは何ですか?
FXTwitter copyはDJPiplupによって開発されたChromeの拡張機能で、その主な機能は「Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.」です。
拡張機能のスクリーンショット
FXTwitter copy拡張機能のCRXファイルをダウンロード
FXTwitter copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The twitter and x links you copy will be automatically converted to fxtwitter or whatever you decide to point them to. As of 2.0, you can also add embed fixers for any sites you want.
拡張機能の基本情報
名前 | FXTwitter copy |
ID | pdkppfndmdlnihpchfdjcglkangjfgea |
公式URL | https://chromewebstore.google.com/detail/fxtwitter-copy/pdkppfndmdlnihpchfdjcglkangjfgea |
説明 | Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice. |
ファイルサイズ | 8.14 KB |
インストール数 | 77 |
現在のバージョン | 2.0 |
最終更新日 | 2023-11-27 |
公開日 | 2023-10-20 |
開発者 | DJPiplup |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FXTwitter copy", "description": "Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.", "version": "2.0", "action": { "default_popup": "config.html", "default_icon": "icon.png" }, "permissions": [ "storage", "contextMenus", "clipboardWrite" ], "content_scripts": [ { "js": [ "watcher.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" } } |