WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Beliefs.Social

Beliefs.Social

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

This extension allows users to tip tokens launched on https://beliefs.social on X (prev. Twitter).
Type
Extension
Users
49 users
4
Beliefs.Social
View author page of Beliefs.Social
Published
Published on August 7, 2024
Version 1.1.12
Manifest version
3
Updated
Updated on November 6, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Beliefs.Social 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": "Beliefs.Social",
    "description": "This extension allows users to tip tokens launched on https:\/\/beliefs.social on X (prev. Twitter).",
    "version": "1.1.12",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "author": "[email protected]",
    "action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/contentScript\/polyfill.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        },
        {
            "js": [
                "src\/contentScript\/index.js"
            ],
            "css": [
                "src\/globals.css",
                "src\/tailwind.css",
                "style.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        },
        {
            "world": "MAIN",
            "js": [
                "src\/contentScript\/inject.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}
© 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