Simplified Twitter
Remove distractions from the new Twitter layout
什麼是Simplified Twitter?
Simplified Twitter是由Bruno Lemos開發的Chrome擴展程式,該擴展的主要功能是“Remove distractions from the new Twitter layout”。
擴展截圖
下載Simplified Twitter擴展crx文件
下載Simplified Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
擴展基本資訊
名稱 | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
官方網址 | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
簡介 | Remove distractions from the new Twitter layout |
檔案大小 | 14.05 KB |
安裝次數 | 2,394 |
目前版本 | 1.8.1 |
更新時間 | 2023-11-22 |
上架時間 | 2020-04-25 |
評分 | 4.70/5 共 20 次評分 |
開發者 | Bruno Lemos |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/brunolemos/simplified-twitter |
說明頁面URL | https://github.com/brunolemos/simplified-twitter |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |