YouTubeDJ
Play all YouTubes from Facebook user or page.
Cos'è YouTubeDJ?
YouTubeDJ è un'estensione di Chrome sviluppata da https://www.youtubedj.net, e la sua funzione principale è "Play all YouTubes from Facebook user or page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTubeDJ
Scarica i file di estensione YouTubeDJ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YouTubeDJ |
ID | caedepagkeljijgohlgelibbnldpkfgk |
URL Ufficiale | https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk |
Descrizione | Play all YouTubes from Facebook user or page. |
Dimensione del File | 18.97 KB |
Conteggio Installazioni | 114 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-01-18 |
Data di Pubblicazione | 2013-01-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.youtubedj.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.youtubedj.net |
Lingue Supportate | 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" } } |