Twitter Not X
Change X to Twitter
What is Twitter Not X?
Twitter Not X is a Chrome extension developed by polandeme, and its main feature is "Change X to Twitter".
Extension Screenshots
Download Twitter Not X Extension CRX File
Download Twitter Not X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change Twitter to X -> CTX
1. Change logo to Twitter blue bird.
2. Change favicon to Twitter blue bird.
Next:
◯ Change loading Logo
◯ Change url to Twitter
◯ Change Everything to Twitter or Google plus (-_- Extension Basic Information
| Name | |
| ID | cpgpcjegmdbbapbiocabjicbdafdokba |
| Official URL | https://chromewebstore.google.com/detail/twitter-not-x/cpgpcjegmdbbapbiocabjicbdafdokba |
| Description | Change X to Twitter |
| File Size | 41.11 KB |
| Installation Count | 31 |
| Current Version | 0.1 |
| Last Updated | 2023-07-26 |
| Publish Date | 2023-07-25 |
| Developer | polandeme |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Not X",
"description": "Change X to Twitter",
"version": "0.1",
"icons": {
"16": "images\/twitter-logo-black.png",
"48": "images\/twitter-logo-black.png",
"128": "images\/twitter-logo-black.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
}
]
} | |