Twitter Debubbler
Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
Twitter Debubblerとは何ですか?
Twitter DebubblerはLiquid Nitrogenによって開発されたChromeの拡張機能で、その主な機能は「Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.」です。
拡張機能のスクリーンショット
Twitter Debubbler拡張機能のCRXファイルをダウンロード
Twitter Debubbler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Not yet ready for Twitter's new "bubbly" design? Fear not, because with Twitter Debubbler™ everything remains like you know and love it! Updated to version 0.2.4 to include night mode and Tweetdeck support!
拡張機能の基本情報
名前 | Twitter Debubbler |
ID | hkjoicffkkieieemalcahjhhknneoapn |
公式URL | https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn |
説明 | Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode. |
ファイルサイズ | 170 KB |
インストール数 | 280 |
現在のバージョン | 0.3.4 |
最終更新日 | 2019-07-19 |
公開日 | 2019-07-18 |
評価 | 2.50/5 合計 28 レビュー |
開発者 | Liquid Nitrogen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/DariusMiu/twitter-debubbler |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Debubbler", "version": "0.3.4", "description": "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.", "icons": { "16": "ico\/ico_16.png", "48": "ico\/ico_48.png", "128": "ico\/ico_128.png" }, "content_scripts": [ { "css": [ "dist\/debubbler.css" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "dist\/icons\/*", "dist\/debubbler.css" ] } |