Better TweetDeck
Take TweetDeck to the next level!
Better TweetDeck là gì?
Better TweetDeck là một tiện ích mở rộng Chrome được phát triển bởi https://erambert.me, và tính năng chính của nó là "Take TweetDeck to the next level!".
Ả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 Better TweetDeck
Tải xuống các tệp mở rộng Better TweetDeck 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
Improve your experience on TweetDeck web with tons of features! More informations on https://better.tw Report bugs here: https://github.com/eramdam/BetterTweetDeck/issues Source code: https://github.com/eramdam/BetterTweetDeck Follow @BetterTDeck on Twitter for news/support
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | micblkellenpbfapmcpcfhcoeohhnpob |
URL Chính Thức | https://chromewebstore.google.com/detail/better-tweetdeck/micblkellenpbfapmcpcfhcoeohhnpob |
Mô tả | Take TweetDeck to the next level! |
Kích Thước Tệp | 5.92 MB |
Số Lần Cài Đặt | 60,672 |
Phiên Bản Hiện Tại | 4.11.1 |
Cập Nhật Lần Cuối | 2023-07-08 |
Ngày Phát Hành | 2020-06-06 |
Đánh Giá | 4.25/5 Tổng số 283 Đánh Giá |
Nhà Phát Triển | https://erambert.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://better.tw |
URL Trang Trợ Giúp | https://twitter.com/BetterTDeck |
URL Trang Chính Sách Bảo Mật | https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better TweetDeck", "description": "Take TweetDeck to the next level!", "short_name": "Better TweetDeck", "default_locale": "en", "version": "4.11.1", "manifest_version": 3, "icons": { "16": "build\/assets\/icons\/icon-16.png", "32": "build\/assets\/icons\/icon-32.png", "48": "build\/assets\/icons\/icon-48.png", "96": "build\/assets\/icons\/icon-96.png", "128": "build\/assets\/icons\/icon-128.png", "256": "build\/assets\/icons\/icon-256.png", "512": "build\/assets\/icons\/icon-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "build\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "build\/inject.js", "*.png", "build\/emoji-sheet-64.png" ], "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ] } ], "permissions": [ "storage", "contextMenus", "notifications" ], "content_security_policy": { "extension_pages": "img-src https: data: 'self' *; default-src; font-src 'self' * data:; connect-src * https:; style-src 'unsafe-inline'; script-src 'self'" }, "host_permissions": [ "*:\/\/tweetdeck.twitter.com\/*", "https:\/\/*.tenor.com\/*", "https:\/\/*.giphy.com\/*", "https:\/\/*.twimg.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ] }, "options_page": "build\/options\/ui.html" } |