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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |