Yet Twitter - Minimal Twitter Theme
Customize your Twitter experience
What is Yet Twitter - Minimal Twitter Theme?
Yet Twitter - Minimal Twitter Theme is a Chrome extension developed by Eunjae Lee, and its main feature is "Customize your Twitter experience".
Extension Screenshots
Download Yet Twitter - Minimal Twitter Theme Extension CRX File
Download Yet Twitter - Minimal Twitter Theme 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
- Do you miss the old Twitter logo?
- Would you like to mute a specific account for X days?
- Want to hide tweets from accounts with the Blue verified mark?
- Do you want to block a huge list of users? Extension Basic Information
| Name | |
| ID | nglkbfgmfiojfiopeamadheagaiaofnb |
| Official URL | https://chromewebstore.google.com/detail/yet-twitter-minimal-twitt/nglkbfgmfiojfiopeamadheagaiaofnb |
| Description | Customize your Twitter experience |
| File Size | 389 KB |
| Installation Count | 62 |
| Current Version | 0.1.2 |
| Last Updated | 2024-03-04 |
| Publish Date | 2023-11-01 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Eunjae Lee |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/eunjae-lee/yet-twitter |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Yet Twitter - Minimal Twitter Theme",
"version": "0.1.2",
"description": "Customize your Twitter experience",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"options_ui": {
"page": ".\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"dist\/contentScripts\/injected.js"
],
"matches": [
" | |