Fx-Twitter Link Replacer

Replace x.com links with fxtwitter.com links.

Fx-Twitter Link Replacer क्या है?

Fx-Twitter Link Replacer Nangaim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace x.com links with fxtwitter.com links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fx-Twitter Link Replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FXTwitter Link Replacer is a must-have browser extension for Twitter enthusiasts who enjoy sharing tweets on Discord. This extension simplifies and enriches your Twitter sharing experience by improving the way Twitter links appear on Discord. Just click the share button and then the "copy link" button, and the extension does the rest by modifying the URL of the copied link to fxtwitter.com, guaranteeing a much better display on Discord!                    

एक्सटेंशन की मूल जानकारी

नाम Fx-Twitter Link Replacer Fx-Twitter Link Replacer
ID jkmogfahhmpmnbnfailkehfcgpflhnaf
आधिकारिक URL https://chromewebstore.google.com/detail/fx-twitter-link-replacer/jkmogfahhmpmnbnfailkehfcgpflhnaf
विवरण Replace x.com links with fxtwitter.com links.
फ़ाइल का आकार 76.01 KB
स्थापना संख्या 1,226
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-10-15
प्रकाशन तिथि 2023-10-14
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Nangaim
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.1",
    "author": "Nangaim",
    "name": "Fx-Twitter Link Replacer",
    "description": "Replace x.com links with fxtwitter.com links.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.06af5f40.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ]
}