YouTubeDJ

Play all YouTubes from Facebook user or page.

Wat is YouTubeDJ?

YouTubeDJ is een Chrome-extensie ontwikkeld door https://www.youtubedj.net, en de belangrijkste functie is "Play all YouTubes from Facebook user or page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTubeDJ

Download YouTubeDJ-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

                        Go to any Facebook user or page and click icon in address bar to play all YouTubes like a radio station.

This application was not developed by Google Inc. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Basisinformatie over de Extensie

Naam YouTubeDJ YouTubeDJ
ID caedepagkeljijgohlgelibbnldpkfgk
Officiële URL https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk
Beschrijving Play all YouTubes from Facebook user or page.
Bestandsgrootte 18.97 KB
Aantal Installaties 114
Huidige Versie 1.1
Laatst Bijgewerkt 2013-01-18
Publicatiedatum 2013-01-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.youtubedj.net
Betalingswijze free
Extensiewebsite http://www.youtubedj.net
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTubeDJ",
    "description": "Play all YouTubes from Facebook user or page.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "ytdj_logo_19.png",
        "default_title": "Play this in YouTubeDJ"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "ytdj_logo_48.png",
        "128": "ytdj_logo_128_cws.png"
    }
}