FXTwitter copy

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

What is FXTwitter copy?

FXTwitter copy is a Chrome extension developed by DJPiplup, and its main feature is "Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.".

Extension Screenshots

screenshot

Download FXTwitter copy Extension CRX File

Download FXTwitter copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FXTwitter copy FXTwitter copy
ID pdkppfndmdlnihpchfdjcglkangjfgea
Official URL https://chromewebstore.google.com/detail/fxtwitter-copy/pdkppfndmdlnihpchfdjcglkangjfgea
Description Changes all twitter links to fx links as you copy them, configurable to your embed fixer of choice.
File Size 8.14 KB
Installation Count 77
Current Version 2.0
Last Updated 2023-11-27
Publish Date 2023-10-20
Developer DJPiplup
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}