FXTwitter copy

Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.

FXTwitter copy là gì?

FXTwitter copy là một tiện ích mở rộng Chrome được phát triển bởi DJPiplup, và tính năng chính của nó là "Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FXTwitter copy

Tải xuống các tệp mở rộng FXTwitter copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FXTwitter copy FXTwitter copy
ID pdkppfndmdlnihpchfdjcglkangjfgea
URL Chính Thức https://chromewebstore.google.com/detail/fxtwitter-copy/pdkppfndmdlnihpchfdjcglkangjfgea
Mô tả Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.
Kích Thước Tệp 8.14 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-11-27
Ngày Phát Hành 2023-10-20
Nhà Phát Triển DJPiplup
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}