YouTubeDJ
Play all YouTubes from Facebook user or page.
Vad är YouTubeDJ?
YouTubeDJ är en Chrome-tillägg utvecklad av https://www.youtubedj.net, och dess huvudfunktion är "Play all YouTubes from Facebook user or page.".
Tilläggsskärmbilder
Ladda ner YouTubeDJ-förlängningens CRX-fil
Ladda ner YouTubeDJ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | caedepagkeljijgohlgelibbnldpkfgk |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk |
| Beskrivning | Play all YouTubes from Facebook user or page. |
| Filstorlek | 18.97 KB |
| Antal Installationer | 114 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2013-01-18 |
| Publiceringsdatum | 2013-01-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.youtubedj.net |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.youtubedj.net |
| Stödda Språk | 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"
}
} | |