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
拡張機能の基本情報
名前 | Twitter :orig |
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 |
Eメール | [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" } ] } } |