Twitter GIFs fullscreener
Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
Twitter GIFs fullscreenerとは何ですか?
Twitter GIFs fullscreenerはaleha_84によって開発されたChromeの拡張機能で、その主な機能は「Create fullscreen icon over twitter GIFs post to allows toggle full screen mode」です。
拡張機能のスクリーンショット
Twitter GIFs fullscreener拡張機能のCRXファイルをダウンロード
Twitter GIFs fullscreener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
People who use twitter from a desktop browser have certainly noticed that tweets containing GIFs cannot be switched to full screen mode. It gets awkward when artists publish their art in this format (because it avoids over-compression). This extension allows you to view such posts in full screen mode.
拡張機能の基本情報
名前 | |
ID | inlidenghlhianjapipmmnjajkccoocf |
公式URL | https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf |
説明 | Create fullscreen icon over twitter GIFs post to allows toggle full screen mode |
ファイルサイズ | 12.4 KB |
インストール数 | 395 |
現在のバージョン | 1.0 |
最終更新日 | 2021-07-14 |
公開日 | 2021-07-14 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | aleha_84 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter GIFs fullscreener", "description": "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |