Twitter GIFs fullscreener

Create fullscreen icon over twitter GIFs post to allows toggle full screen mode

What is Twitter GIFs fullscreener?

Twitter GIFs fullscreener is a Chrome extension developed by aleha_84, and its main feature is "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode".

Extension Screenshots

screenshot

Download Twitter GIFs fullscreener Extension CRX File

Download Twitter GIFs fullscreener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter GIFs fullscreener Twitter GIFs fullscreener
ID inlidenghlhianjapipmmnjajkccoocf
Official URL https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf
Description Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
File Size 12.4 KB
Installation Count 395
Current Version 1.0
Last Updated 2021-07-14
Publish Date 2021-07-14
Rating 5.00/5 Total 4 Ratings
Developer aleha_84
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}