YouTube™ Playlist Share - cindy
Cindy allows you to share playlists with friends in youtube. Playlist auto play, real-time sharing. As BGM for work.
YouTube™ Playlist Share - cindyคืออะไร?
YouTube™ Playlist Share - cindy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cycle9.info และคุณลักษณะหลักของมันคือ "Cindy allows you to share playlists with friends in youtube. Playlist auto play, real-time sharing. As BGM for work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Playlist Share - cindy
ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Playlist Share - cindy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
cindyはyoutubeのプレイリストをユーザー登録不要でチャンネル名を教え合うだけで手軽に友人たちと共有することができるChromeエクステンションです。
自分専用のプレイリストの作成はもちろん、オフィス内でチャンネルを共有して作業BGMを勧めあったり、パーティー、イベントなどで参加者がプレイリストを編集し合うジュークボックス的な使い方も可能です。
Cindy allows you to share a playlist with others in youtube. Everybody on the same channel can edit the playlist in real-time, the playlist will play automatically in order.
♥Share Playlist
+realtime share
+sotable playlist
+share channel for twitter
♥Youtube Player control
+start/end time setting
+auto play ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gakjlfmlmenikoeidlccpbpnaekapgol |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-playlist-share-ci/gakjlfmlmenikoeidlccpbpnaekapgol |
| คำอธิบาย | Cindy allows you to share playlists with friends in youtube. Playlist auto play, real-time sharing. As BGM for work. |
| ขนาดไฟล์ | 239 KB |
| จำนวนการติดตั้ง | 35 |
| เวอร์ชันปัจจุบัน | 1.0.7 |
| อัปเดตครั้งล่าสุด | 2013-08-01 |
| วันที่เผยแพร่ | 2013-08-01 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://cycle9.info |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://cycle9.info/cindy |
| URL หน้าช่วยเหลือ | http://cycle9.info/cindy/help/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube\u2122 Playlist Share - cindy",
"version": "1.0.7",
"manifest_version": 2,
"description": "Cindy allows you to share playlists with friends in youtube. Playlist auto play, real-time sharing. As BGM for work.",
"content_scripts": [
{
"css": [
"content\/main.css"
],
"js": [
"js\/jquery.js",
"js\/jquery.sortable.js",
"js\/base64.js",
"js\/base64.js",
"js\/jquery.dimensions.js",
"js\/ui.mouse.js",
"js\/ui.draggable.js",
"js\/ui.draggable.ext.js",
"js\/ui.droppable.js",
"js\/ui.droppable.ext.js",
"content\/main.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"18": "icn18.png",
"24": "icn24.png",
"32": "icn32.png",
"48": "icn48.png",
"64": "icn64.png",
"128": "icn128.png"
},
"web_accessible_resources": [
"images\/hl_sep.png",
"images\/icn_channel.png",
"images\/icn_contact.png",
"images\/icn_contact_o.png",
"images\/icn_logout.png",
"images\/icn_logout_o.png",
"images\/icn_rank.png",
"images\/icn_rank_o.png",
"images\/icn_share.png",
"images\/icn_share_o.png",
"images\/lb_channel.png",
"images\/btn_add.png",
"images\/btn_add_o.png",
"images\/btn_join.png",
"images\/btn_join_o.png",
"images\/lb_users.png"
]
} | |