Twitter :orig

Redirects Twitter pictures and profile banners to their full-size URLs.

Twitter :orig là gì?

Twitter :orig là một tiện ích mở rộng Chrome được phát triển bởi Mayhem, và tính năng chính của nó là "Redirects Twitter pictures and profile banners to their full-size URLs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter :orig

Tải xuống các tệp mở rộng Twitter :orig 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

                        Change log:
- 0.0.8: New .webp images are now ignored
- 0.0.7: Updated to use the manifest version 3, and "declarativeNetRequest" Chrome extension API.
- 0.0.6: Fixed filename when saving, fixed redirecting the pictures to the full-size URLs on Twitter itself.
- 0.0.5: Added support for profile pictures
- 0.0.4: Added support for profile banners
- 0.0.3: Added support for the different URL format on mobile.twitter.com
- 0.0.2: Removed the size suffix when saving files
- 0.0.1: Initial release                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter :orig Twitter :orig
ID omcceanflgdamgeehackanacaikfpfen
URL Chính Thức https://chromewebstore.google.com/detail/twitter-orig/omcceanflgdamgeehackanacaikfpfen
Mô tả Redirects Twitter pictures and profile banners to their full-size URLs.
Kích Thước Tệp 3.44 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2019-02-27
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mayhem
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter :orig",
    "description": "Redirects Twitter pictures and profile banners to their full-size URLs.",
    "version": "0.0.8",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*",
        "*:\/\/pbs.twimg.com\/media\/",
        "*:\/\/pbs.twimg.com\/profile_banners\/",
        "*:\/\/pbs.twimg.com\/profile_images\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}