Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Cleaner Twitter란 무엇입니까?
Cleaner Twitter은(는) Kenny_1291에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Twitter UI cleaner by removing annoying pieces."입니다.
확장 프로그램 스크린샷
Cleaner Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can hide annoying Twitter UI pieces. *FEATURES* - Predefined rules - Modify and add custom CSS rules - Predefined rules updates (no extension update required) Source code: https://github.com/Kenny1291/cleaner-twitter
확장 프로그램 기본 정보
이름 | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
공식 URL | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
설명 | Make Twitter UI cleaner by removing annoying pieces. |
파일 크기 | 197 KB |
설치 횟수 | 27 |
현재 버전 | 0.3.2 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-05-01 |
개발자 | Kenny_1291 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Kenny1291/cleaner-twitter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleaner Twitter", "description": "Make Twitter UI cleaner by removing annoying pieces.", "version": "0.3.2", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "service_workers\/background.js", "type": "module" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "matches": [ " |