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. 拡張機能の基本情報
| 名前 | |
| ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
| 公式URL | 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 |
| Eメール | [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"
}
} | |