Twitter GIFs fullscreener
Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
Co je Twitter GIFs fullscreener?
Twitter GIFs fullscreener je rozšíření Chrome vyvinuté aleha_84, a jeho hlavní funkcí je „Create fullscreen icon over twitter GIFs post to allows toggle full screen mode“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter GIFs fullscreener
Stáhněte si soubory rozšíření Twitter GIFs fullscreener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | inlidenghlhianjapipmmnjajkccoocf |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf |
Popis | Create fullscreen icon over twitter GIFs post to allows toggle full screen mode |
Velikost souboru | 12.4 KB |
Počet instalací | 395 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-07-14 |
Datum Vydání | 2021-07-14 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | aleha_84 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |