Tab Play

Pause/Play, scrub or mute videos playing on another tab or another window in current window!

Wat is Tab Play?

Tab Play is een Chrome-extensie ontwikkeld door cyfdev, en de belangrijkste functie is "Pause/Play, scrub or mute videos playing on another tab or another window in current window!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tab Play

Download Tab Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Video player controller for those that work on multiple tabs in multiple windows

Have music playing in the background and want to pause it briefly without digging through all your tabs? 

Pause/Resume and skip forward and back with Video Tab Controller.
Have controll over what is playing on your browser, in your background, without having to dig for that one tab                    

Basisinformatie over de Extensie

Naam Tab Play Tab Play
ID jjeagdfnfenacnncimelkhlnhkbiaoch
Officiële URL https://chrome.google.com/webstore/detail/tab-play/jjeagdfnfenacnncimelkhlnhkbiaoch
Beschrijving Pause/Play, scrub or mute videos playing on another tab or another window in current window!
Bestandsgrootte 54.91 KB
Aantal Installaties 114
Huidige Versie 2.0
Laatst Bijgewerkt 2016-09-04
Publicatiedatum 2016-09-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar cyfdev
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Play",
    "description": "Pause\/Play, scrub or mute videos playing on another tab or another window in current window!",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Tab Control"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}