WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BetterCups

BetterCups

View on Chrome Web Store
View BetterCups Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 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.

Enhances your experience on 7Cups website. Adds a lot of useful information to website pages.
Type
Extension
Users
7 users
2
IKTeam
View author page of IKTeam
Published
Published on August 22, 2022
Version 1.6.0
Manifest version
3
Updated
Updated on August 25, 2022
lifestyle/social
Extension Category
View on Chrome Web Store
View BetterCups 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",
    "name": "BetterCups",
    "description": "Enhances your experience on 7Cups website. Adds a lot of useful information to website pages.",
    "version": "1.6.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.7cups.com\/*",
                "https:\/\/7cups.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/navbar-status.html",
                "html\/b7c-settings.html",
                "html\/b7c-feedback.html",
                "html\/b7c-calmdown.html",
                "html\/b7c-calmdown-breathing.html",
                "html\/b7c-calmdown-menu.html",
                "html\/b7c-calmdown-bubble.html",
                "inject.js",
                "assets\/message.mp3",
                "assets\/breathing.gif",
                "assets\/bubblewrap.css",
                "assets\/quickreply.css",
                "assets\/pop1.mp3",
                "assets\/pop2.mp3",
                "assets\/pop3.mp3",
                "assets\/menu-open.png",
                "js\/utils.js",
                "js\/injectExtender.js",
                "js\/savepage.js",
                "js\/profilepage.js",
                "js\/chatpage.js",
                "js\/dashboardpage.js",
                "js\/defaultpage.js"
            ],
            "matches": [
                "https:\/\/*.7cups.com\/*",
                "https:\/\/7cups.com\/*"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    }
}
© 2025 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