WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Test Mobile View

Test Mobile View

View on Chrome Web Store
View Test Mobile View Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
40 views
This extension has been viewed 40 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 is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.

Mobile-first design validation. Quickly preview and optimize website performance across multiple device screen sizes.
Type
Extension
Users
99 users
2
Website discordkit.com
hankin
View author page of hankin
Published
Published on May 13, 2025
Version 2.0.0
Manifest version
3
Updated
Updated on May 13, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Test Mobile View 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": "2.0.0",
    "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