Disable Twitter Feed
Removes the timeline on Twitter's homepage.
Disable Twitter Feedとは何ですか?
Disable Twitter Feedはhttps://lukasrosenstock.netによって開発されたChromeの拡張機能で、その主な機能は「Removes the timeline on Twitter's homepage.」です。
拡張機能のスクリーンショット
Disable Twitter Feed拡張機能のCRXファイルをダウンロード
Disable Twitter Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Twitter timeline can be a rabbit-hole that hurts your productivity. Disable Twitter Feed is a minimalist, single-purpose add-on without any configuration options. It does one thing: removing the timeline on Twitter's homepage. All other functionality (e.g., private messages, opening individual profiles) remains intact.
拡張機能の基本情報
名前 | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
公式URL | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
説明 | Removes the timeline on Twitter's homepage. |
ファイルサイズ | 8 KB |
インストール数 | 388 |
現在のバージョン | 1.0 |
最終更新日 | 2020-12-04 |
公開日 | 2020-12-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://lukasrosenstock.net |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disable Twitter Feed", "version": "1.0", "description": "Removes the timeline on Twitter's homepage.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "disablefeed.js" ], "run_at": "document_start" } ], "icons": { "48": "icon.png", "96": "[email protected]" } } |