Twitter headlines
Bring back headlines to Twitter and fix accessibility issues
Twitter headlines란 무엇입니까?
Twitter headlines은(는) Chippy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring back headlines to Twitter and fix accessibility issues"입니다.
확장 프로그램 스크린샷
Twitter headlines 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitter recently removed headlines from articles and now we just see a silly image. This extension: - adds the missing headline back - fixes accessibility issues that Twitter somehow broke - only has permission on twitter.com - doesn’t track anything, sell your data, etc - Open sourced at https://github.com/jterskine/twitter-headlines
확장 프로그램 기본 정보
이름 | Twitter headlines |
ID | pallcndojogkdjdfmoinobehmmimanll |
공식 URL | https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll |
설명 | Bring back headlines to Twitter and fix accessibility issues |
파일 크기 | 23.78 KB |
설치 횟수 | 74 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2023-10-09 |
출시 날짜 | 2023-10-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Chippy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jterskine/twitter-headlines |
개인정보 보호 정책 페이지 URL | https://chippyai.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.183846ff.png", "32": "icon32.plasmo.d070772b.png", "48": "icon48.plasmo.907a2843.png", "64": "icon64.plasmo.129a09b2.png", "128": "icon128.plasmo.4506cacd.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.183846ff.png", "32": "icon32.plasmo.d070772b.png", "48": "icon48.plasmo.907a2843.png", "64": "icon64.plasmo.129a09b2.png", "128": "icon128.plasmo.4506cacd.png" } }, "version": "0.0.3", "author": "joey", "name": "Twitter headlines", "description": "Bring back headlines to Twitter and fix accessibility issues", "background": { "service_worker": "static\/background\/index.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.c25a6036.js" ], "css": [] } ], "host_permissions": [ "https:\/\/twitter.com\/*" ] } |