Twitter :orig
Redirects Twitter pictures and profile banners to their full-size URLs.
什么是Twitter :orig?
Twitter :orig是由Mayhem开发的Chrome扩展程序,该扩展的主要功能是“Redirects Twitter pictures and profile banners to their full-size URLs.”。
扩展截图
下载Twitter :orig扩展crx文件
下载Twitter :orig扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | omcceanflgdamgeehackanacaikfpfen |
| 官方URL | https://chromewebstore.google.com/detail/twitter-orig/omcceanflgdamgeehackanacaikfpfen |
| 简介 | Redirects Twitter pictures and profile banners to their full-size URLs. |
| 文件大小 | 3.44 KB |
| 安装次数 | 164 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2023-08-31 |
| 上架时间 | 2019-02-27 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | Mayhem |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
]
}
} | |