Twitter Debubbler
Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
Что такое Twitter Debubbler?
Twitter Debubbler - это расширение Chrome, разработанное Liquid Nitrogen, и его основная функция - "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Debubbler
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } |