WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
🍌 BananaX

🍌 BananaX

View on Chrome Web Store
View 🍌 BananaX Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Generate infographic images from X post text and context, then attach them to the composer.
Type
Extension
Users
65 users
1
Mojofull
View author page of Mojofull
Published
Published on December 30, 2025
Version 26.0228.1833
Manifest version
3
Updated
Updated on February 28, 2026
productivity/communication
Extension Category
View on Chrome Web Store
View 🍌 BananaX Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "26.0228.1833",
    "version_name": "26.0228.1833",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/bit.ly\/4shaBYM",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/generativelanguage.googleapis.com\/*",
        "*:\/\/furoku.github.io\/*"
    ],
    "action": {
        "default_title": "\ud83c\udf4c BananaX",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/x.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "gemlab-utils.js",
                "i18n.js",
                "content-utils.js",
                "content-styles.js",
                "content-window.js",
                "content-image.js",
                "content-parallel-utils.js",
                "content-parallel.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top