Tabs Playlist for Youtube

Simply manage your "playlist" by ordering your youtube tabs.

Wat is Tabs Playlist for Youtube?

Tabs Playlist for Youtube is een Chrome-extensie ontwikkeld door Matthis de Wit, en de belangrijkste functie is "Simply manage your "playlist" by ordering your youtube tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabs Playlist for Youtube

Download Tabs Playlist for Youtube-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

                        Install:

Add te extension to Google Chrome and reload all your Youtube tabs.

Usage:

1. Open one Youtube video tab, the video starts playing automatically (as usual)

2. Other Youtube video tabs will be paused when loaded

3. When the 1st Youtube tab is almost done, it will crossfade with the next Youtube tab. When you play another Youtube tab, all other Youtube tabs will be paused.

Known bugs:

Occassionally a video is not automatically paused, working on this...                    

Basisinformatie over de Extensie

Naam Tabs Playlist for Youtube Tabs Playlist for Youtube
ID naplcmgdmolcljbkjajgdnlpfjcdclpi
Officiële URL https://chrome.google.com/webstore/detail/tabs-playlist-for-youtube/naplcmgdmolcljbkjajgdnlpfjcdclpi
Beschrijving Simply manage your "playlist" by ordering your youtube tabs.
Bestandsgrootte 72.74 KB
Aantal Installaties 311
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2013-11-15
Publicatiedatum 2013-11-15
Beoordeling 2.80/5 Totaal 15 Beoordelingen
Ontwikkelaar Matthis de Wit
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Playlist for Youtube",
    "short_name": "TabPlaylistr",
    "version": "0.0.1.0",
    "manifest_version": 2,
    "description": "Simply manage your \"playlist\" by ordering your youtube tabs.",
    "icons": {
        "16": "image16.png",
        "48": "image48.png",
        "128": "image128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/watch?*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery.js",
        "youtube.js",
        "jquery.min.map"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/watch?*"
        ],
        "ids": [
            "*"
        ],
        "accepts_tls_channel_id": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Tabs Playlist for Youtube - enabled"
    }
}