Simplify Twitter Web UI
Simplify the new Twitter Web UI
什麼是Simplify Twitter Web UI?
Simplify Twitter Web UI是由lukeed開發的Chrome擴展程式,該擴展的主要功能是“Simplify the new Twitter Web UI”。
擴展截圖
下載Simplify Twitter Web UI擴展crx文件
下載Simplify Twitter Web UI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**Why?** - I don't like 3-column layouts (too busy) - Hide "Trending For you" stuff – usually in the right sidebar - Attempt to hide "Promoted Tweets" – currently works, but don't count on it See the website for more info.
擴展基本資訊
名稱 | Simplify Twitter Web UI |
ID | pobjlebhmdjbgfjhfdhblilmpjkegbfd |
官方網址 | https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd |
簡介 | Simplify the new Twitter Web UI |
檔案大小 | 10.53 KB |
安裝次數 | 383 |
目前版本 | 2.0.0 |
更新時間 | 2019-06-29 |
上架時間 | 2019-06-29 |
評分 | 5.00/5 共 2 次評分 |
開發者 | lukeed |
付費類型 | free |
擴展官網 | https://github.com/lukeed/twitter-simple-extension |
說明頁面URL | https://github.com/lukeed/twitter-simple-extension/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Twitter Web UI", "version": "2.0.0", "manifest_version": 2, "description": "Simplify the new Twitter Web UI", "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension", "icons": { "128": "128x128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*\/twitter.com\/*" ], "js": [ "index.min.js" ] } ] } |