Fix X.com Copy Link
Replace the "Copy link" share button for X.com with another domain.
O que é Fix X.com Copy Link?
Fix X.com Copy Link é uma extensão do Chrome desenvolvida por Chiwa.net, e sua principal característica é "Replace the "Copy link" share button for X.com with another domain.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix X.com Copy Link
Baixe arquivos de extensão Fix X.com Copy Link no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Fix X.com Copy Link |
ID | aighbdamfnndbemigjcbkdklkegkgmpl |
URL Oficial | https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl |
Descrição | Replace the "Copy link" share button for X.com with another domain. |
Tamanho do Arquivo | 90.69 KB |
Contagem de Instalações | 507 |
Versão Atual | 1.2 |
Última Atualização | 2023-12-12 |
Data de Publicação | 2023-12-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Chiwa.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://chiwa.net/privacy_policy |
Idiomas Suportados | 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" } |