WebExtension.net
WebExtension.net

Control Panel for Twitter

View on Chrome Web Store
View Control Panel for Twitter Chrome Extension on Chrome Web Store
4.8 (621 ratings)
1 new ratings

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

Gives you more control over Twitter and adds missing features and UI improvements
Type
Extension
Users
200,000 users
Website jbscript.dev
jbscript
View author page of jbscript
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 23, 2019
Version 4.3.2
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Control Panel for Twitter Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/jbscript.dev\/control-panel-for-twitter",
    "version": "4.3.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/mobile.x.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/mobile.x.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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