Twitter DM Quoted Replies
Facebook-esque quoted replies for Twitter DMs.
Twitter DM Quoted Replies là gì?
Twitter DM Quoted Replies là một tiện ích mở rộng Chrome được phát triển bởi Andrew Chen, và tính năng chính của nó là "Facebook-esque quoted replies for Twitter DMs.".
Ả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 DM Quoted Replies
Tải xuống các tệp mở rộng Twitter DM Quoted Replies 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
Provide reply functionality for Twitter DMs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter DM Quoted Replies |
ID | iknakgplhebocnfpcikoecikhkkaeodc |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-dm-quoted-replies/iknakgplhebocnfpcikoecikhkkaeodc |
Mô tả | Facebook-esque quoted replies for Twitter DMs. |
Kích Thước Tệp | 836 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-10-20 |
Ngày Phát Hành | 2020-08-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Andrew Chen |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/achen88/twitter-dm-quoted-replies/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter DM Quoted Replies", "version": "1.0.1", "manifest_version": 2, "description": "Facebook-esque quoted replies for Twitter DMs.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_security_policy": "default-src 'self';", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content.js" ] } ], "web_accessible_resources": [ "js\/*" ] } |