Fix X.com Copy Link
Replace the "Copy link" share button for X.com with another domain.
Cos'è Fix X.com Copy Link?
Fix X.com Copy Link è un'estensione di Chrome sviluppata da Chiwa.net, e la sua funzione principale è "Replace the "Copy link" share button for X.com with another domain.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix X.com Copy Link
Scarica i file di estensione Fix X.com Copy Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fix X.com Copy Link |
ID | aighbdamfnndbemigjcbkdklkegkgmpl |
URL Ufficiale | https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl |
Descrizione | Replace the "Copy link" share button for X.com with another domain. |
Dimensione del File | 90.69 KB |
Conteggio Installazioni | 507 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-12-12 |
Data di Pubblicazione | 2023-12-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Chiwa.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://chiwa.net/privacy_policy |
Lingue Supportate | 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" } |