WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Mobile View Tester: Responsive Web Design Tool

Mobile View Tester: Responsive Web Design Tool

View on Chrome Web Store
View Mobile View Tester: Responsive Web Design Tool Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (7 ratings)
1 new ratings
57 views
This extension has been viewed 57 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.

Mobile-first design validation. Quickly preview and optimize website performance across multiple device screen sizes.
Type
Extension
Users
1,000 users
44
hrit*********************
View author page of hrit*********************
Published
Published on December 17, 2024
Version 1.1.1
Manifest version
3
Updated
Updated on April 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Mobile View Tester: Responsive Web Design Tool 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,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.1.1",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "sidePanel",
        "contextMenus",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "side_panel": {
        "default_path": "sidepanel\/sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "js\/deviceConfig.js",
                "js\/icons.js",
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "content\/*"
            ],
            "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