Twitter headlines
Bring back headlines to Twitter and fix accessibility issues
Twitter headlines là gì?
Twitter headlines là một tiện ích mở rộng Chrome được phát triển bởi Chippy, và tính năng chính của nó là "Bring back headlines to Twitter and fix accessibility issues".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter headlines
Tải xuống các tệp mở rộng Twitter headlines dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter headlines |
ID | pallcndojogkdjdfmoinobehmmimanll |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll |
Mô tả | Bring back headlines to Twitter and fix accessibility issues |
Kích Thước Tệp | 23.78 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2023-10-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Chippy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jterskine/twitter-headlines |
URL Trang Chính Sách Bảo Mật | https://chippyai.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |