Fix X.com Copy Link
Replace the "Copy link" share button for X.com with another domain.
Vad är Fix X.com Copy Link?
Fix X.com Copy Link är en Chrome-tillägg utvecklad av Chiwa.net, och dess huvudfunktion är "Replace the "Copy link" share button for X.com with another domain.".
Tilläggsskärmbilder
Ladda ner Fix X.com Copy Link-förlängningens CRX-fil
Ladda ner Fix X.com Copy Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Fix X.com Copy Link |
ID | aighbdamfnndbemigjcbkdklkegkgmpl |
Officiell webbadress | https://chromewebstore.google.com/detail/fix-xcom-copy-link/aighbdamfnndbemigjcbkdklkegkgmpl |
Beskrivning | Replace the "Copy link" share button for X.com with another domain. |
Filstorlek | 90.69 KB |
Antal Installationer | 507 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2023-12-12 |
Publiceringsdatum | 2023-12-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Chiwa.net |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://chiwa.net/privacy_policy |
Stödda Språk | 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" } |