Twitter Origifier
Makes twitter images their original resolution
Twitter Origifier là gì?
Twitter Origifier là một tiện ích mở rộng Chrome được phát triển bởi @nathanwentworth, và tính năng chính của nó là "Makes twitter images their original resolution".
Tải xuống tệp CRX của tiện ích mở rộng Twitter Origifier
Tải xuống các tệp mở rộng Twitter Origifier 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 hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution. How to use! 1. Right click image on twitter 2. Open in a new tab 3. Done!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Origifier |
ID | lcbhlbbekpaklnhgfcccpdplhegpjkjk |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Mô tả | Makes twitter images their original resolution |
Kích Thước Tệp | 3.28 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-11-27 |
Ngày Phát Hành | 2017-11-27 |
Nhà Phát Triển | @nathanwentworth |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nathanwentworth.co |
URL Trang Trợ Giúp | https://twitter.com/nathanwentworth |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Origifier", "version": "1.3", "manifest_version": 2, "description": "Makes twitter images their original resolution", "homepage_url": "https:\/\/nathanwentworth.co", "content_scripts": [ { "matches": [ "https:\/\/pbs.twimg.com\/media\/*" ], "js": [ "origifier.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |