WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

No AltTab Video

No AltTab Video

View on Chrome Web Store
0.0 (0 ratings)
28 views

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

Pause/Play Rewind/Forward video tutorials without using Alt+Tab or Command+Tab
Type
Extension
Users
6 users
1
ienablemuch.cws.dev
Published
Version 1.0
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "name": "No AltTab Video",
    "version": "1.0",
    "description": "Pause\/Play Rewind\/Forward video tutorials without using Alt+Tab or Command+Tab",
    "commands": {
        "do-pause_play": {
            "suggested_key": {
                "default": "Alt+Period",
                "mac": "MacCtrl+Period"
            },
            "description": "Pause\/Play"
        },
        "do-rewind": {
            "suggested_key": {
                "default": "Alt+Left",
                "mac": "Command+Left"
            },
            "description": "Rewind"
        },
        "do-forward": {
            "suggested_key": {
                "default": "Alt+Right",
                "mac": "Command+Right"
            },
            "description": "Forward"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "action": [],
    "icons": {
        "128": "no-switch--128.png"
    }
}
© 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.