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 |
官方網址 | 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 |
電子郵箱 | [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" } } |