Fix X.com Copy Link

Replace the "Copy link" share button for X.com with another domain.

Wat is Fix X.com Copy Link?

Fix X.com Copy Link is een Chrome-extensie ontwikkeld door Chiwa.net, en de belangrijkste functie is "Replace the "Copy link" share button for X.com with another domain.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fix X.com Copy Link

Download Fix X.com Copy Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replace the "Copy link" share button for X.com with another domain.

v1.2 (2023-12)
Added manual input.

v1.1 (2023-12)
Fixed the issue of copying general content when editing tweets.

v1.0 (2023-12)
Create new extensions.                    

Basisinformatie over de Extensie

Naam Fix X.com Copy Link Fix X.com Copy Link
ID aighbdamfnndbemigjcbkdklkegkgmpl
Officiële URL https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl
Beschrijving Replace the "Copy link" share button for X.com with another domain.
Bestandsgrootte 90.69 KB
Aantal Installaties 507
Huidige Versie 1.2
Laatst Bijgewerkt 2023-12-12
Publicatiedatum 2023-12-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Chiwa.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://chiwa.net/privacy_policy
Ondersteunde Talen en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.2",
    "description": "__MSG_extNameDesc__",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "default_locale": "en"
}