Customize Twitter
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Customize Twitter란 무엇입니까?
Customize Twitter은(는) https://krish-nerkar.ml에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…"입니다.
확장 프로그램 스크린샷
Customize Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default accent to blue and lights out, for steps see this : https://bit.ly/3r8Jz62 More Customization Options Coming Soon......👀
확장 프로그램 기본 정보
이름 | Customize Twitter |
ID | elokfbhficagbdeldboinmcgcednbick |
공식 URL | https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick |
설명 | This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default… |
파일 크기 | 31.81 KB |
설치 횟수 | 119 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-03-06 |
출시 날짜 | 2021-03-01 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | https://krish-nerkar.ml |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://krish-nerkar.ml/projects |
도움말 페이지 URL | https://bit.ly/3r8Jz62 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "Customize Twitter", "default_icom": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/twitter.css" ], "js": [ "js\/twitter.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "description": "", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Customize Twitter", "permissions": [ "cookies", "*:\/\/twitter.com\/*" ], "short_name": "Customize Twitter", "version": "1.0.1" } |