LogoSwap: Twitter X Logo Changer
Twitter logo swap - change to the twitter bird and different Twitter X logo designs!
LogoSwap: Twitter X Logo Changer란 무엇입니까?
LogoSwap: Twitter X Logo Changer은(는) Prototypr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitter logo swap - change to the twitter bird and different Twitter X logo designs!"입니다.
확장 프로그램 스크린샷
LogoSwap: Twitter X Logo Changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change the twitter logo back to a bird, or a range of different X logos made by the design community. When Elon changed the Twitter logo to an X, lots of people wanted to go back to the old version, or try out their own logo. Well now you can! Install the plugin and choose which logo you like best for twitter. It will change the logo when you're logged in and on the main app. You can toggle it on and off if you want to switch back to the current X too! It also changes the favicon on the Chrome tab back to the blue bird.
확장 프로그램 기본 정보
이름 | LogoSwap: Twitter X Logo Changer |
ID | bkdaggekmnbakkliokiojegbelplekkg |
공식 URL | https://chromewebstore.google.com/detail/logoswap-twitter-x-logo-c/bkdaggekmnbakkliokiojegbelplekkg |
설명 | Twitter logo swap - change to the twitter bird and different Twitter X logo designs! |
파일 크기 | 90.88 KB |
설치 횟수 | 111 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2023-08-15 |
출시 날짜 | 2023-07-28 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | Prototypr |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://ko-fi.com/prototyprio |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LogoSwap: Twitter X Logo Changer", "description": "Twitter logo swap - change to the twitter bird and different Twitter X logo designs!", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "img\/logo-16 2.png", "32": "img\/logo-34 2.png", "48": "img\/logo-48 2.png", "128": "img\/logo-128 2.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48 2.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-bf6bbc21.4a0cd3ee.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/x.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "resources": [ "img\/logo-16 2.png", "img\/logo-34 2.png", "img\/logo-48 2.png", "img\/logo-128 2.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/x.com\/*" ], "resources": [ "assets\/chunk-bf6bbc21.js" ], "use_dynamic_url": true } ], "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/x.com\/*" ] } |