WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Membean Hack

Membean Hack

View on Chrome Web Store
View Membean Hack Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (26 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Membean Hacks: Natural automation for Membean. Advanced customization, timing controls, and Anti-Detection.
Type
Extension
Users
8,000 users
1K
abner105343
View author page of abner105343
Published
Published on May 22, 2024
Version 9.2.2
Manifest version
3
Updated
Updated on January 9, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Membean Hack 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": "Membean Hack",
    "version": "9.2.2",
    "description": "Membean Hacks: Natural automation for Membean. Advanced customization, timing controls, and Anti-Detection.",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.membean.com\/*",
        "https:\/\/wembean.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/image.png"
        }
    },
    "icons": {
        "128": "images\/image.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.membean.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/image.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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