Twitterの右サイドバーをなかったことにするやつ
Twitterの右サイドバー(検索ボックス、トレンド、Who to Follow、Twitterメニュー)をなかったことにするカスタムCSS
What is Twitterの右サイドバーをなかったことにするやつ?
Twitterの右サイドバーをなかったことにするやつ is a Chrome extension developed by Nagatani, and its main feature is "Twitterの右サイドバー(検索ボックス、トレンド、Who to Follow、Twitterメニュー)をなかったことにするカスタムCSS".
Extension Screenshots
Download Twitterの右サイドバーをなかったことにするやつ Extension CRX File
Download Twitterの右サイドバーをなかったことにするやつ 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
Twitter Webの右サイドバー(検索ボックス、トレンド、Who to Follow、Twitterメニュー)をなかったことにするカスタムCSSです。 CSSでだけなので安心してお使いいただけます。 右サイドバーにある検索機能などは、そもそも https://twitter.com/explore にあるものばかりなので不要であると判断しました。 それでは、世の中のあれこれに流されない健全なTwitterライフを。 ソースコードはGitHubにて公開しております。 https://github.com/Nagatani/twitter-web-hide-right-sidebar 更新履歴: ver 0.1.1 bugfix ver 0.1.2 ダイレクトメッセージのページのユーザー選択が見えなくなってしまっていた不具合の修正
Extension Basic Information
Name | Twitterの右サイドバーをなかったことにするやつ |
ID | fgkdnjnodbdbfmbfdgghkllmhdgkilci |
Official URL | https://chromewebstore.google.com/detail/twitter%E3%81%AE%E5%8F%B3%E3%82%B5%E3%82%A4%E3%83%89%E3%83%90%E3%83%BC%E3%82%92%E3%81%AA%E3%81%8B%E3%81%A3%E3%81%9F%E3%81%93%E3%81%A8%E3%81%AB%E3%81%99%E3%82%8B%E3%82%84/fgkdnjnodbdbfmbfdgghkllmhdgkilci |
Description | Twitterの右サイドバー(検索ボックス、トレンド、Who to Follow、Twitterメニュー)をなかったことにするカスタムCSS |
File Size | 9.33 KB |
Installation Count | 42 |
Current Version | 0.1.2 |
Last Updated | 2020-06-03 |
Publish Date | 2020-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nagatani |
Payment Type | free |
Extension Website | https://github.com/Nagatani/twitter-web-hide-right-sidebar |
Help Page URL | https://github.com/Nagatani/twitter-web-hide-right-sidebar |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter\u306e\u53f3\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u306a\u304b\u3063\u305f\u3053\u3068\u306b\u3059\u308b\u3084\u3064", "description": "Twitter\u306e\u53f3\u30b5\u30a4\u30c9\u30d0\u30fc(\u691c\u7d22\u30dc\u30c3\u30af\u30b9\u3001\u30c8\u30ec\u30f3\u30c9\u3001Who to Follow\u3001Twitter\u30e1\u30cb\u30e5\u30fc)\u3092\u306a\u304b\u3063\u305f\u3053\u3068\u306b\u3059\u308b\u30ab\u30b9\u30bf\u30e0CSS", "version": "0.1.2", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "custom.css" ] } ] } |